diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 489995615..c6088fd09 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -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 {} \;