Skip to content

Commit

Permalink
CI: show tests and test durations
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Nov 22, 2023
1 parent 7359f92 commit 04be95c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
build:
Expand Down

0 comments on commit 04be95c

Please sign in to comment.