mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
chore: use all cpus for pytest
This commit is contained in:
2
Makefile
2
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/
|
||||
|
||||
Reference in New Issue
Block a user