Skip to content

Commit

Permalink
allow go test flags to be passed via env var in make testacc (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnps authored Mar 22, 2023
1 parent b1af5b3 commit 706b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lint:
staticcheck ./...

testacc: ## Run acceptance tests
TF_ACC=1 go test -v ./...
TF_ACC=1 go test -v ./... $(GOTESTFLAGS)

sweep:
@echo "WARNING: This will destroy infrastructure. Use only in development accounts."
Expand Down

0 comments on commit 706b5e0

Please sign in to comment.