1
0
mirror of synced 2026-05-12 02:04:55 +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

View File

@@ -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