We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef43e0d + f0d2e13 commit 8efae29Copy full SHA for 8efae29
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