Skip to content

Commit

Permalink
Don't pass -v to pytest in CI
Browse files Browse the repository at this point in the history
This makes the output simply too verbose.
  • Loading branch information
sirosen committed Oct 2, 2024
1 parent 067a89b commit e0bd438
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 -m ci -- -v --junitxml pytest.{envname}.xml
python -m tox run -m ci -- --junitxml pytest.{envname}.xml
python -m tox run -e cov
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e0bd438

Please sign in to comment.