forked from wolfSSL/wolfssl
Show logs on test failure
This commit is contained in:
4
.github/workflows/multi-compiler.yml
vendored
4
.github/workflows/multi-compiler.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user