1 parent b5d8034 commit ae05316Copy full SHA for ae05316
1 file changed
.github/workflows/tests.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install project test dependencies
26
run: python -m pip install ".[test]"
27
- name: Run offline tests
28
- run: python -m pytest
+ run: python -m pytest -v -s
29
30
extras:
31
name: Install ${{ matrix.extra }} extra
0 commit comments