We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f51b2 commit 46a6f15Copy full SHA for 46a6f15
1 file changed
Makefile
@@ -218,7 +218,7 @@ test-e2e: ## Run e2e tests against a cluster.
218
219
.PHONY: e2e-test-vault # Run the e2e tests against a Kind k8s instance that is spun up.
220
e2e-test-vault:
221
- `@go` test -C $(PROJECT_ROOT)/test \
+ @go test -C $(PROJECT_ROOT)/test \
222
-timeout $(E2E_TIMEOUT) \
223
-count 1 \
224
-v \
0 commit comments