mirror of https://github.com/YosysHQ/yosys.git
ci: Add error reporting
This commit is contained in:
parent
5ceafea0ec
commit
e3f77ff11f
|
@ -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 {} \;
|
||||
|
|
Loading…
Reference in New Issue