ci: Add error reporting

This commit is contained in:
Krystine Sherwin 2024-02-06 17:56:15 +13:00
parent 5ceafea0ec
commit e3f77ff11f
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -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 {} \;