Skip to content

Commit

Permalink
Remove -vvv pytest option
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMarwitzQC committed Mar 8, 2024
1 parent 8cec8ba commit 5231eba
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 @@ -80,7 +80,7 @@ jobs:
- name: Run the unittests
shell: bash -x -l {0}
run: |
pytest -n auto --dist loadfile -rs --cov=minimalkv --cov-report=xml -vvv
pytest -n auto --dist loadfile -rs --cov=minimalkv --cov-report=xml
- name: Build the package
shell: bash -x -l {0}
run: |
Expand Down

0 comments on commit 5231eba

Please sign in to comment.