ci: use NUM_CPU processes to test

This commit is contained in:
William Ballenthin
2020-08-03 17:51:02 -06:00
parent 7458014b21
commit de0f9043fa

View File

@@ -57,5 +57,5 @@ jobs:
- name: Install capa
run: pip install -e .[dev]
- name: Run tests
run: pytest tests/
run: pytest -n auto tests/