Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
This should provice a reasonable speedup, though collection and startup
time is pretty significant.
  • Loading branch information
jfrost-mo committed Jan 27, 2025
1 parent afed51c commit 023fba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo '::group::Installing local package'
python3 -m pip install .
echo '::endgroup::'
pytest --verbose --cov --cov-append --cov-config=pyproject.toml
pytest -n logical --verbose --cov --cov-append --cov-config=pyproject.toml
mv .coverage ".coverage.${{ matrix.py-ver }}"
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
Expand Down

0 comments on commit 023fba1

Please sign in to comment.