Skip to content

Commit

Permalink
Verbose test output in CI/CD pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyongemallo committed Apr 8, 2024
1 parent 8c09da7 commit 3a27fe5
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 @@ -32,4 +32,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 3a27fe5

Please sign in to comment.