We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-vv
1 parent 21e6e88 commit 13329a9Copy full SHA for 13329a9
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
python -m pip install .[test]
48
49
- name: Test with pytest
50
- run: python -m pytest --durations 25
+ run: python -m pytest -vv --durations 25
51
52
test-latest-sphinx:
53
runs-on: ubuntu-latest
@@ -65,7 +65,7 @@ jobs:
65
python -m pip install "Sphinx @ git+https://github.com/sphinx-doc/sphinx"
66
67
68
69
70
lint:
71
0 commit comments