diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5e990d0a5..64bb99c07 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -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