mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Merging branch/2024-11-26/dont-fail-fast for github pull request <https://github.com/ravenbrook/mps/pull/296>
Tell GitHub not to cancel builds in the posix matrix GitHub-reference: https://github.com/Ravenbrook/mps/issues/296
This commit is contained in:
commit
aefeb7ecaf
1 changed files with 1 additions and 0 deletions
1
mps/.github/workflows/build-and-test.yml
vendored
1
mps/.github/workflows/build-and-test.yml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue