Skip to content

Commit

Permalink
Run tests with -v and no xdist so it's easier to see when things break.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 5, 2024
1 parent 19c817f commit 84a0079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install tox
run: python -m pip install tox
- name: Run
run: tox
run: tox -- -p no:xdist -v
- name: Create coverage report
if: hashFiles('.coverage') != '' # Rudimentary `file.exists()`
run: pipx run coverage xml --ignore-errors
Expand Down

0 comments on commit 84a0079

Please sign in to comment.