Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 957138e

Browse files
committed
Adds depend to Makefile e2e command
Signed-off-by: JoshVanL <[email protected]>
1 parent f5f1210 commit 957138e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test: generate verify ## run all go tests
9191
go test -v -bench $$(go list ./pkg/... ./cmd/... | grep -v pkg/e2e) | tee $(ARTIFACTS)/go-test.stdout
9292
cat $(ARTIFACTS)/go-test.stdout | go run github.com/jstemmer/go-junit-report > $(ARTIFACTS)/junit-go-test.xml
9393

94-
e2e: ## run end to end tests
94+
e2e: depend ## run end to end tests
9595
mkdir -p $(ARTIFACTS)
9696
KUBE_OIDC_PROXY_ROOT_PATH="$$(pwd)" go test -timeout 30m -v --count=1 ./test/e2e/suite/.
9797

0 commit comments

Comments
 (0)