ci: Add error reporting

This commit is contained in:
Krystine Sherwin
2024-05-10 09:40:12 +12:00
parent 5ceafea0ec
commit e3f77ff11f
+6
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 {} \;