Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Jul 16, 2023
1 parent 6de608c commit e4ae186
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ jobs:
# we use poetry directly instead of nox since we want to
# test all integrations at once on windows
- run: |
poetry run pytest --cov=. --cov-append --cov-report=xml -n auto
--showlocals --vv
poetry run pytest --cov=. --cov-append --cov-report=xml -n auto --showlocals --vv
- name: coverage xml
run: coverage xml -i
Expand Down

0 comments on commit e4ae186

Please sign in to comment.