chore: use all cpus for pytest

This commit is contained in:
Arthur Meyre
2021-12-14 11:45:15 +01:00
parent d7f820ffb2
commit bac4c8b549

View File

@@ -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/