We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c73cf1b + b020b6c commit 8d459a9Copy full SHA for 8d459a9
Makefile
@@ -8,8 +8,8 @@ test-unit:
8
.PHONY: test-unit
9
10
test-e2e:
11
- go test ./test/integration -run ^\(TestIsIOHealthy\)$$ ^\(TestPullSecretExists\)$$ -timeout 1m
12
- go test ./test/integration -timeout 13m $(TEST_OPTIONS)
+ go test ./test/integration -v -run ^\(TestIsIOHealthy\)$$ ^\(TestPullSecretExists\)$$ -timeout 1m
+ go test ./test/integration -v -timeout 13m $(TEST_OPTIONS)
13
.PHONY: test-e2e
14
15
vet:
0 commit comments