ci: Add error reporting
This commit is contained in:
6
.github/workflows/test-linux.yml
vendored
6
.github/workflows/test-linux.yml
vendored
@@ -192,3 +192,9 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC
|
||||
|
||||
- name: Report errors
|
||||
if: ${{ failure() }}
|
||||
shell: bash
|
||||
run: |
|
||||
find tests/**/*.err -print -exec cat {} \;
|
||||
|
||||
Reference in New Issue
Block a user