Skip to content

Commit

Permalink
ci(unittest): run unit tests with verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Sep 20, 2024
1 parent dfbb881 commit 7db61cb
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 @@ -85,7 +85,7 @@ jobs:
if: steps.install.outcome == 'success'
run: |
set -o pipefail
poetry run pytest --maxfail=5 --disable-warnings 2>&1 | tee pytest.log
poetry run pytest -v --disable-warnings 2>&1 | tee pytest.log
- name: Post Summary
if: always()
Expand Down

0 comments on commit 7db61cb

Please sign in to comment.