add 2 CPU testing

This commit is contained in:
Félix Voituret
2020-07-08 17:13:37 +02:00
parent 6e3b6ef783
commit 02fab48cfb

View File

@@ -27,7 +27,7 @@ build-gpu: clean
python3 setup.py sdist
test:
$(PYTEST_CMD) tests/
$(PYTEST_CMD) -n 2 tests/
deploy:
pip install twine