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