Skip to content

Commit

Permalink
Add support for multiple workers for GitHub Actions tests (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Sep 15, 2023
1 parent 0a97542 commit 7460ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install pytest
python -m pip install pytest pytest-xdist
- name: Test with pytest
run: |
pytest
pytest -n 4

0 comments on commit 7460ba2

Please sign in to comment.