From 8a4971f908f392e473e464525a2fa7804a6c58d3 Mon Sep 17 00:00:00 2001 From: Peter Bindels Date: Sun, 18 Jul 2021 19:07:46 +0200 Subject: [PATCH] CI: Enable build breaks on x86_64 test failures --- .github/workflows/cmake.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 584ec2095b..f37ba8fc85 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -169,9 +169,6 @@ jobs: sudo cat fsmount/home/anon/test-results.log if ! sudo grep -q "Failed: 0" fsmount/home/anon/test-results.log then - if ${{ matrix.arch == 'x86_64' }}; then - exit 0 # We do not fail the job if were running on the x86_64 build, this should be removed once all tests pass - fi echo "::error :^( Tests failed, failing job" exit 1 fi