mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-25 11:26:22 +00:00
CI: Trying to force a build failure
This commit is contained in:
parent
2dc69a7578
commit
f7bd98929f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test-build.yml
vendored
2
.github/workflows/test-build.yml
vendored
|
|
@ -84,6 +84,8 @@ jobs:
|
|||
run: |
|
||||
mkdir build
|
||||
cd build
|
||||
echo "Forcing a failure for test purposes"
|
||||
exit 1
|
||||
make -f ../Makefile config-$CC
|
||||
make -f ../Makefile -j$procs
|
||||
make -f ../Makefile unit-test -j$procs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue