diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b7aa6ad..d619caa 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -30,8 +30,7 @@ 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 build: