From 0a570ceb74463bbed68e657b3391f2163428e552 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 9 Aug 2023 16:08:03 +0100 Subject: [PATCH] Run pytest with ``-vv`` --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c459016..794d170 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: python -m pip install .[test] - name: Test with pytest - run: python -m pytest --durations 25 + run: python -m pytest -vv --durations 25 test-latest-sphinx: runs-on: ubuntu-latest @@ -65,7 +65,7 @@ jobs: python -m pip install "Sphinx @ git+https://github.com/sphinx-doc/sphinx" - name: Test with pytest - run: python -m pytest --durations 25 + run: python -m pytest -vv --durations 25 lint: runs-on: ubuntu-latest