mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
ci: Add error reporting
This commit is contained in:
parent
5ceafea0ec
commit
e3f77ff11f
6
.github/workflows/test-linux.yml
vendored
6
.github/workflows/test-linux.yml
vendored
|
@ -192,3 +192,9 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make -j$procs test TARGETS= EXTRA_TARGETS= CONFIG=$CC
|
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 a new issue