Skip to content

Commit

Permalink
Run pytest with -v
Browse files Browse the repository at this point in the history
To try to get more feedback on where it's getting stuck in CI.
  • Loading branch information
bmerry committed Sep 6, 2021
1 parent b84d056 commit bb9a44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- run: pip install .
if: ${{ matrix.coverage != 'yes' }}
- run: flake8
- run: pytest --cov=fakeredis --cov-branch
- run: pytest -v --cov=fakeredis --cov-branch
if: ${{ matrix.coverage == 'yes' }}
- run: pytest
- run: pytest -v
if: ${{ matrix.coverage != 'yes' }}
- run: coveralls --service=github
env:
Expand Down

0 comments on commit bb9a44f

Please sign in to comment.