Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ lint:
# Example:
# make test
test: cmd/vault-secret-collection-manager/index.js
go install gotest.tools/gotestsum@latest
TESTFLAGS="$(TESTFLAGS)" hack/test-go.sh
.PHONY: test

Expand Down Expand Up @@ -140,6 +141,7 @@ PACKAGES ?= ./test/e2e/...
# make e2e PACKAGES=test/e2e/pod-scaler TESTFLAGS='--run TestProduce'
# make e2e PACKAGES=test/e2e/pod-scaler TESTFLAGS='--count 1'
e2e: $(TMPDIR)/.boskos-credentials
go install gotest.tools/gotestsum@latest
BOSKOS_CREDENTIALS_FILE="$(TMPDIR)/.boskos-credentials" PACKAGES="$(PACKAGES)" TESTFLAGS="$(TESTFLAGS) -tags $(TAGS) -timeout 70m -parallel 100" hack/test-go.sh
.PHONY: e2e

Expand Down