From 8f291f4e0d9df7d0676a1eb0484bd7519cef17b3 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Tue, 26 Nov 2024 16:33:39 +0000 Subject: [PATCH] Tell GitHub not to cancel builds in the posix matrix when one of them fails. --- .github/workflows/build-and-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 64d445586a..0f0473aca3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -33,6 +33,7 @@ jobs: # See . strategy: + fail-fast: false # don't cancel all builds when one build fails matrix: os: [ubuntu-latest, macos-latest] compiler: [clang, gcc]