From 307fed1353fdf7ce9e0cf6352b37d334b0edd7b9 Mon Sep 17 00:00:00 2001 From: Johnnie Gray Date: Wed, 6 Sep 2023 22:32:00 -0700 Subject: [PATCH] pytest: add verbose --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f79753e..c7ed8b1 100755 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -64,7 +64,7 @@ jobs: run: | set -e pip3 install cotengrust --find-links dist --force-reinstall - pytest + pytest --verbose windows: runs-on: windows-latest @@ -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 @@ -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