diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 3 |
1 files changed, 0 insertions, 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 |