Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Dec 12, 2024
1 parent 79e3b68 commit 91bf16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ endif
.PHONY: test
test: $(GINKGO)
env PATH="$$(pwd)/../bin:$$PATH" RUN_E2E=1 \
$(GINKGO) -v --procs 7 --fail-fast --randomize-all --timeout 90m .
$(GINKGO) -v --procs 5 --fail-fast --randomize-all --timeout 90m .

.PHONY: test-upgrade
test-upgrade: $(GINKGO)
env PATH=$$(pwd)/../bin:$$PATH RUN_E2E=1 UPGRADE=1 \
$(GINKGO) -v --procs 7 --fail-fast --randomize-all --timeout 90m .
$(GINKGO) -v --procs 5 --fail-fast --randomize-all --timeout 90m .

.PHONY: logs
logs:
Expand Down

0 comments on commit 91bf16e

Please sign in to comment.