Skip to content

Commit

Permalink
Configure CI to non-parallel runs
Browse files Browse the repository at this point in the history
For better output to show what happened on failure.
  • Loading branch information
sirosen committed Jan 30, 2024
1 parent d90f8d4 commit ebeb97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: test
run: |
python -m tox run-parallel -m ci -- --junitxml pytest.{envname}.xml
python -m tox run -m ci -- -v --junitxml pytest.{envname}.xml
python -m tox run -e cov
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ebeb97e

Please sign in to comment.