Skip to content

Commit

Permalink
Merge pull request zxcalc#209 from dlyongemallo/verbose_tests
Browse files Browse the repository at this point in the history
Verbose test output in CI/CD pipeline.
  • Loading branch information
jvdwetering authored Apr 17, 2024
2 parents ce833d4 + 3a27fe5 commit 0cbffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
mypy pyzx/ tests/
- name: Test with unittest
run: |
python -m unittest discover -s "tests" -t "."
python -m unittest discover -s "tests" -t "." --verbose

0 comments on commit 0cbffeb

Please sign in to comment.