We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44bb906 + 34f115d commit ea4aaf7Copy full SHA for ea4aaf7
Makefile
@@ -20,5 +20,5 @@ test: testacc
20
21
# Run acceptance tests
22
testacc:
23
- TF_ACC=1 go test ./... -v $(TESTARGS) -count 1 -timeout 120m
+ TF_ACC=1 go test ./... -v $(TESTARGS) -timeout 120m
24
.PHONY: testacc
0 commit comments