Skip to content

Commit

Permalink
Merge pull request #65 from neutrinoceros/colored-pytest-logs
Browse files Browse the repository at this point in the history
TST: add color to pytest output in CI
  • Loading branch information
neutrinoceros authored Dec 16, 2023
2 parents 86998ee + fa09fdd commit 89aeab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
twine check dist/*
- name: Test package
run: |
pytest
pytest --color=yes
- name: Upload coverage
run: |
curl -s https://codecov.io/bash | bash
Expand Down

0 comments on commit 89aeab5

Please sign in to comment.