Skip to content

Commit

Permalink
pytest verbose level
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Apr 4, 2023
1 parent 8b1c493 commit 0767dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git config --global init.defaultBranch "main"
- name: Pytest
run: |
poetry run coverage run -m pytest --benchmark-autosave
poetry run coverage run -m pytest --benchmark-autosave -vv
poetry run coverage xml
poetry run coverage lcov
poetry run py.test-benchmark compare --csv=export.csv
Expand Down

0 comments on commit 0767dc7

Please sign in to comment.