Skip to content

Commit

Permalink
Merging branch/2024-11-26/dont-fail-fast for GitHub pull request #296 <
Browse files Browse the repository at this point in the history
…#296>

Tell GitHub not to cancel builds in the posix matrix
  • Loading branch information
rptb1 authored Nov 27, 2024
2 parents ae83c3f + 8f291f4 commit cbfc54b
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 cbfc54b

Please sign in to comment.