Skip to content

Commit

Permalink
ci(.github/workflows/package.yml): make 'pytest' more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
usrme committed Sep 21, 2023
1 parent baffaa0 commit 56fe347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ruff --line-length 120 --format=github --target-version=py37 .
- name: Test
run: |
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=./ --cov-report=xml --cov-report=html -vv
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 56fe347

Please sign in to comment.