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 21, 2023
1 parent e643e1c commit 3659608
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,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/[email protected]

0 comments on commit 3659608

Please sign in to comment.