From 440d6b4b8530306c3bd196376e806b9cdb3c39c3 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 21 Nov 2023 20:01:34 +0200 Subject: [PATCH] CI: show tests and test durations --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0e4343d..d5322b2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,7 +30,6 @@ jobs: python -m pip install --upgrade pip pip install -e ".[tests]" - name: Test with pytest - run: | - pytest --cov=./ --cov-report=xml -n auto + run: pytest --cov=./ --cov-report=xml -n auto --durations=0 -v - name: Codecov uses: codecov/codecov-action@v3.1.0