Skip to content

Commit

Permalink
Run pytest with -vv
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 9, 2023
1 parent 42414fb commit 7fb7372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7fb7372

Please sign in to comment.