Skip to content

Commit

Permalink
refactor: use -p instead of explicit flags for concurrent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed May 14, 2024
1 parent c7aba29 commit 5a59106
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ IMG ?= $(DEFAULT_IMG)
UNIT_DIRS := ./pkg/... ./api/...
INTEGRATION_TEST_SUITE_PATHS := ./controllers/...
INTEGRATION_COVER_PKGS := ./pkg/...,./controllers/...,./api/...
INTEGRATION_TEST_NUM_CORES ?= 4
INTEGRATION_TEST_NUM_PROCESSES ?= 10

# Limitador Operator replaced version
DEFAULT_REPLACES_VERSION = 0.0.0-alpha
Expand Down Expand Up @@ -231,8 +229,7 @@ test-integration: clean-cov generate fmt vet ginkgo ## Run Integration tests.
--output-dir $(PROJECT_PATH)/coverage/integration \
--coverprofile cover.out \
-v \
--compilers=$(INTEGRATION_TEST_NUM_CORES) \
--procs=$(INTEGRATION_TEST_NUM_PROCESSES) \
-p \
--randomize-all \
--randomize-suites \
--fail-on-pending \
Expand Down

0 comments on commit 5a59106

Please sign in to comment.