Skip to content

Commit

Permalink
ci: run pytst with verbose enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed May 23, 2022
1 parent be67d4d commit 29e34db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: poetry run pip install pytest-github-actions-annotate-failures

- name: Run pytest
run: poetry run python -m pytest -p no:sugar -q tests/
run: poetry run python -m pytest -p no:sugar -vv tests/

- name: Run pytest (integration suite)
env:
Expand Down

0 comments on commit 29e34db

Please sign in to comment.