diff options
author | Peter Bindels <dascandy@gmail.com> | 2021-07-18 19:07:46 +0200 |
---|---|---|
committer | Gunnar Beutner <gunnar@beutner.name> | 2021-07-18 23:36:08 +0200 |
commit | 8a4971f908f392e473e464525a2fa7804a6c58d3 (patch) | |
tree | fa30a41653b57b7b167aa6927487afa6facdc622 | |
parent | 668de76fa7743d3599ef1d350e54e963f30d1f77 (diff) | |
download | serenity-8a4971f908f392e473e464525a2fa7804a6c58d3.zip |
CI: Enable build breaks on x86_64 test failures
-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 |