Skip to content

Commit 0f4f677

Browse files
author
Andras Fekete
committed
Show logs on test failure
1 parent d95ce57 commit 0f4f677

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/multi-compiler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ jobs:
3434
CC: ${{ matrix.CC }}
3535
CXX: ${{ matrix.CXX }}
3636
run: ./autogen.sh && ./configure && make && make dist
37+
- name: Show log on errors
38+
if: ${{ failure() }}
39+
run: |
40+
cat config.log

0 commit comments

Comments
 (0)