Skip to content

Commit

Permalink
Update CI to use pytest-xdist (#15)
Browse files Browse the repository at this point in the history
* Update CI to use trusted publishers and pytest-xdist

* remove uv

* make token not required

* revert publish change
  • Loading branch information
dmulcahey committed Jul 10, 2024
1 parent d0d508a commit 248b545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ jobs:
- name: Run pytest
run: |
. venv/bin/activate
pip install pytest-xdist
pytest \
-n auto \
-qq \
--timeout=20 \
--durations=10 \
Expand Down

0 comments on commit 248b545

Please sign in to comment.