Skip to content

Commit

Permalink
Add trace
Browse files Browse the repository at this point in the history
  • Loading branch information
camirmas committed Aug 7, 2023
1 parent 8803eda commit 9b0a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Unit tests
run: |
pip install pytest
pytest --collect-only --cache-clear -vs tests
pytest --collect-only --cache-clear --trace -vs tests/hopp
- name: Lint with flake8
run: |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
Expand Down

0 comments on commit 9b0a429

Please sign in to comment.