We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a891d34 commit 05a91c6Copy full SHA for 05a91c6
GNUmakefile
@@ -35,7 +35,7 @@ sweep:
35
go test $(TEST) -v -sweep=$(SWEEP) $(SWEEPARGS)
36
37
test: fmtcheck
38
- go test $(TEST) -tags=unit -timeout=30s -parallel=4
+ go test $(TEST) -v -tags=unit -timeout=30s -parallel=4
39
40
testacc: fmtcheck
41
CGO_ENABLED=1 TF_ACC=1 go test $(TEST) -v $(TESTARGS) -tags=$(TEST_SUITE) -timeout 120m -race -parallel=1
0 commit comments