Skip to content

Commit

Permalink
updated hcl syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Apr 22, 2021
1 parent c79c4a9 commit 4c67913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _tasks.hcl
Expand Up @@ -8,12 +8,12 @@ task "install-deps" {
task "tests" {
description = "Run the test suite"
command = "go test {{.files}}"
environment {
environment = {
GOFLAGS = "-mod=vendor"
}
}

variables {
variables = {
files = "$(go list -v ./... | grep -iEv \"tests|examples\")"
}

0 comments on commit 4c67913

Please sign in to comment.