Skip to content

Commit 256994b

Browse files
ci: Add error reporting
1 parent 64d3d0d commit 256994b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-linux.yml

+6
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,9 @@ jobs:
170170
shell: bash
171171
run: |
172172
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC
173+
174+
- name: Report errors
175+
if: ${{ failure() }}
176+
shell: bash
177+
run: |
178+
find tests/**/*.err -print -exec cat {} \;

0 commit comments

Comments
 (0)