From bac4c8b549ed5bae51816a1ee970332e69284b5e Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 14 Dec 2021 11:45:15 +0100 Subject: [PATCH] chore: use all cpus for pytest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4cb639c4..12318ee79 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ pcc_internal: $(PCC_DEPS) pytest: poetry run pytest -svv \ --global-coverage-infos-json=global-coverage-infos.json \ - -n auto \ + -n $$(./script/make_utils/ncpus.sh) \ --cov=$(SRC_DIR) --cov-fail-under=100 \ --randomly-dont-reorganize \ --cov-report=term-missing:skip-covered tests/