Skip to content

Commit

Permalink
update output of pytest to debug hanging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boetro committed Nov 20, 2023
1 parent 029f188 commit c5fca22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
pip install .[dev]
- name: Test with pytest
run: |
pytest --disable-warnings --cov
pytest --disable-warnings --cov -s
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit c5fca22

Please sign in to comment.