Skip to content

Commit

Permalink
Tell GitHub not to cancel builds in the posix matrix when one of them…
Browse files Browse the repository at this point in the history
… fails.
  • Loading branch information
rptb1 committed Nov 26, 2024
1 parent 8d2019b commit 8f291f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
# See <https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#using-a-matrix-strategy>.

strategy:
fail-fast: false # don't cancel all builds when one build fails
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [clang, gcc]
Expand Down

0 comments on commit 8f291f4

Please sign in to comment.