Skip to content

Commit e89d5f3

Browse files
committed
debug
1 parent b92a94e commit e89d5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: make
2929
run: make
3030
- name: make check
31-
run: make check
31+
run: make check || cat src/test-suite.log
3232
- name: make distcheck
3333
run: make distcheck
3434
- if: ${{ matrix.cc == 'gcc' }}

0 commit comments

Comments
 (0)