We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bc47e commit 5c48310Copy full SHA for 5c48310
.github/workflows/reusable-build.yml
@@ -185,8 +185,6 @@ jobs:
185
runs-on: ${{ needs.select.outputs.host }}
186
# Tests should finish within 15 mins, please fix your tests instead of changing this to a higher timeout.
187
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
190
strategy:
191
fail-fast: false
192
matrix:
0 commit comments