Skip to content

Commit 5c48310

Browse files
authored
chore: remove continue-on-error from reusable-build (#2743)
The current setup is stable, let's fail the build if tests fail
1 parent 60bc47e commit 5c48310

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/reusable-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ jobs:
185185
runs-on: ${{ needs.select.outputs.host }}
186186
# Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.
187187
timeout-minutes: 15
188-
# Failing tests are unavoidable right now, let them fall through and build a binary for debugging purposes.
189-
continue-on-error: true
190188
strategy:
191189
fail-fast: false
192190
matrix:

0 commit comments

Comments
 (0)