We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cef1a commit c3d7960Copy full SHA for c3d7960
1 file changed
.github/workflows/run_test.yml
@@ -32,5 +32,5 @@ jobs:
32
run: pip install pytest
33
34
- name: Run tests
35
- run: pytest -W always
+ run: pytest -s -W always
36
0 commit comments