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

Commit 0a28192

Browse files
committed
Adds --count=1 to e2e tests
Signed-off-by: JoshVanL <[email protected]>
1 parent 915a024 commit 0a28192

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
@@ -86,7 +86,7 @@ test: generate verify ## run all go tests
8686
go test $$(go list ./pkg/... ./cmd/... | grep -v pkg/e2e)
8787

8888
e2e: ## run end to end tests
89-
KUBE_OIDC_PROXY_ROOT_PATH="$$(pwd)" go test -timeout 30m -v ./test/e2e/suite/.
89+
KUBE_OIDC_PROXY_ROOT_PATH="$$(pwd)" go test -timeout 30m -v --count=1 ./test/e2e/suite/.
9090

9191
build: generate ## build kube-oidc-proxy
9292
CGO_ENABLED=0 go build -ldflags '-w $(shell hack/version-ldflags.sh)' -o ./bin/kube-oidc-proxy ./cmd/.

0 commit comments

Comments
 (0)