Skip to content

Commit

Permalink
Temporarily turn off make target for release
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng committed Oct 12, 2020
1 parent 69e0d0a commit 554df9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ lint:
golangci-lint run ./...

test: fmtcheck
go test -i $(TEST) || exit 1
echo $(TEST) | \
xargs -t -n4 go test $(TESTARGS) -timeout=30s -parallel=4
# commenting this out for release tooling, please run testacc instead

testacc: fmtcheck
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
Expand Down

0 comments on commit 554df9f

Please sign in to comment.