Skip to content

Commit 13329a9

Browse files
committed
Run pytest with -vv
1 parent 21e6e88 commit 13329a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
python -m pip install .[test]
4848
4949
- name: Test with pytest
50-
run: python -m pytest --durations 25
50+
run: python -m pytest -vv --durations 25
5151

5252
test-latest-sphinx:
5353
runs-on: ubuntu-latest
@@ -65,7 +65,7 @@ jobs:
6565
python -m pip install "Sphinx @ git+https://github.com/sphinx-doc/sphinx"
6666
6767
- name: Test with pytest
68-
run: python -m pytest --durations 25
68+
run: python -m pytest -vv --durations 25
6969

7070
lint:
7171
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)