3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-05-25 19:36:21 +00:00

CI: Trying to force a build failure

This commit is contained in:
Krystine Sherwin 2026-04-24 11:17:09 +12:00
parent 2dc69a7578
commit f7bd98929f
No known key found for this signature in database

View file

@ -84,6 +84,8 @@ jobs:
run: | run: |
mkdir build mkdir build
cd build cd build
echo "Forcing a failure for test purposes"
exit 1
make -f ../Makefile config-$CC make -f ../Makefile config-$CC
make -f ../Makefile -j$procs make -f ../Makefile -j$procs
make -f ../Makefile unit-test -j$procs make -f ../Makefile unit-test -j$procs