Skip to content

Commit

Permalink
add color to test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 7, 2024
1 parent 148e6ee commit 44eff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
pip install ".[dev]"
- name: Test with pytest
run: |
pytest tests
pytest --color=yes -v tests

0 comments on commit 44eff2d

Please sign in to comment.