We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 923f360 commit d52bac6Copy full SHA for d52bac6
.github/workflows/build.yml
@@ -48,4 +48,5 @@ jobs:
48
./configure --with-pydebug
49
make -j
50
- name: Test
51
- run: ./python -m test -j1
+ run: |
52
+ ./python -m test -j1 -W
0 commit comments