Skip to content

Commit d52bac6

Browse files
committed
Be more verbose.
1 parent 923f360 commit d52bac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
./configure --with-pydebug
4949
make -j
5050
- name: Test
51-
run: ./python -m test -j1
51+
run: |
52+
./python -m test -j1 -W

0 commit comments

Comments
 (0)