Skip to content

Commit 46a6f15

Browse files
committed
feat: e2e for vault with ibm power
Signed-off-by: Rajakumar Battula <rbattula@redhat.com>
1 parent e6f51b2 commit 46a6f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ test-e2e: ## Run e2e tests against a cluster.
218218

219219
.PHONY: e2e-test-vault # Run the e2e tests against a Kind k8s instance that is spun up.
220220
e2e-test-vault:
221-
`@go` test -C $(PROJECT_ROOT)/test \
221+
@go test -C $(PROJECT_ROOT)/test \
222222
-timeout $(E2E_TIMEOUT) \
223223
-count 1 \
224224
-v \

0 commit comments

Comments
 (0)