Skip to content

Commit

Permalink
Allow builds to run to their natural end
Browse files Browse the repository at this point in the history
This does not address the root cause of intermittant failures, but it at least limits their blast radius
  • Loading branch information
afuller-TT committed Nov 27, 2024
1 parent c01a73d commit 4dc0496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build-lib:
strategy:
fail-fast: false
matrix:
build: [
{type: Debug, cxx_compiler: clang++-17, c_compiler: clang-17, runs-on: ["build", "in-service"], os: ubuntu-20.04},
Expand Down

0 comments on commit 4dc0496

Please sign in to comment.