We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef43e0d commit f0d2e13Copy full SHA for f0d2e13
1 file changed
Makefile
@@ -58,7 +58,7 @@ test: vet;$(info $(M)...Begin to run integration tests.) @ ## Run integration t
58
# Run e2e tests
59
.PHONY: test-e2e
60
test-e2e: vet;$(info $(M)...Begin to run e2e tests.) @ ## Run e2e tests.
61
- go test -v ./test/e2e/...
+ go test -v -count=1 ./test/e2e/...
62
63
# Run integration and e2e tests
64
.PHONY: test-all
0 commit comments