From 5ee01073ba42fc4d0ff9b53c34e5cfbca7ea9286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Sat, 26 Feb 2022 09:58:34 +0100 Subject: [PATCH] Add some flags showing information to the CI pytest runs --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c735bb338e..e9f1ad2fb7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -224,7 +224,7 @@ jobs: - name: Run pytest run: | . venv/bin/activate - pytest --benchmark-disable --cov --cov-report= tests/ + pytest -vv --durations=20 --benchmark-disable --cov --cov-report= tests/ - name: Upload coverage artifact uses: actions/upload-artifact@v2.3.1 with: @@ -408,7 +408,7 @@ jobs: - name: Run pytest run: | . venv\\Scripts\\activate - pytest --benchmark-disable tests/ + pytest -vv --durations=20 --benchmark-disable tests/ prepare-tests-pypy: name: tests / prepare / ${{ matrix.python-version }} / Linux @@ -486,4 +486,4 @@ jobs: - name: Run pytest run: | . venv/bin/activate - pytest --benchmark-disable tests/ + pytest -vv --durations=20 --benchmark-disable tests/