Skip to content

Commit

Permalink
pytest: add verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 7, 2023
1 parent e118c22 commit 307fed1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
set -e
pip install cotengrust --find-links dist --force-reinstall
pip install -r requirements-tests.txt
pytest
pytest --verbose
- name: pytest
if: ${{ !startsWith(matrix.target, 'x86') && matrix.target != 'ppc64' }}
uses: uraimo/run-on-arch-action@v2.5.0
Expand All @@ -64,7 +64,7 @@ jobs:
run: |
set -e
pip3 install cotengrust --find-links dist --force-reinstall
pytest
pytest --verbose
windows:
runs-on: windows-latest
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
set -e
pip install cotengrust --find-links dist --force-reinstall
pip install -r requirements-tests.txt
pytest
pytest --verbose
macos:
runs-on: macos-latest
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
set -e
pip install cotengrust --find-links dist --force-reinstall
pip install -r requirements-tests.txt
pytest
pytest --verbose
sdist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 307fed1

Please sign in to comment.