Show logs on test failure

This commit is contained in:
Andras Fekete
2023-09-28 10:17:30 -04:00
parent d95ce57eea
commit 0f4f677ea4

View File

@@ -34,3 +34,7 @@ jobs:
CC: ${{ matrix.CC }}
CXX: ${{ matrix.CXX }}
run: ./autogen.sh && ./configure && make && make dist
- name: Show log on errors
if: ${{ failure() }}
run: |
cat config.log