Skip to content

Commit

Permalink
troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
BeyondEvil committed Jul 15, 2022
1 parent dc78fd5 commit cf3df95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Test with coverage
if: "! contains(matrix.name, 'pypy3')"
run: python -m tox -e ${{ steps.split-matrix-name.outputs._0}}-cov
run: python -m tox -rvv -e ${{ steps.split-matrix-name.outputs._0}}-cov

- name: Test without coverage
if: "contains(matrix.name, 'pypy3')"
Expand Down

0 comments on commit cf3df95

Please sign in to comment.