Skip to content

Commit

Permalink
-n auto
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Oct 14, 2023
1 parent 7aa87aa commit 88c9b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
python -c "from tests import download_test_pdfs; download_test_pdfs()"
- name: Test with pytest
run: |
python -m coverage run --parallel-mode -m pytest tests -vv
python -m coverage run --parallel-mode -m pytest tests -n auto -vv
- name: Upload coverage data
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 88c9b29

Please sign in to comment.