summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-11-29 17:48:31 -0700
committerMats Wichmann <mats@linux.com>2022-11-29 17:50:22 -0700
commitd0327fe0fefac668d4901fbfb816ac836afba1a6 (patch)
treeece574b3c5929911a2e4020858570c1f0d3d27a5 /.github
parent010c92b7f0a58ba7061e81ab8cb12aa807bccbbf (diff)
downloadscons-git-d0327fe0fefac668d4901fbfb816ac836afba1a6.tar.gz
Disable fail-fast on "experimental features" build [skip appveyor]
Also on the framework tests. In both cases, we'd like all the results even if one is failing. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/experimental_tests.yml1
-rw-r--r--.github/workflows/framework_tests.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/experimental_tests.yml b/.github/workflows/experimental_tests.yml
index 9331a932c..8717b1448 100644
--- a/.github/workflows/experimental_tests.yml
+++ b/.github/workflows/experimental_tests.yml
@@ -19,6 +19,7 @@ jobs:
build:
strategy:
+ fail-fast: false
matrix:
# note: in the 2nd half of 2022 the setup-mingw was often failing on
# windows-latest. revisit someday (perhaps when there's an @v3)
diff --git a/.github/workflows/framework_tests.yml b/.github/workflows/framework_tests.yml
index fcd6cf929..1c4754b7c 100644
--- a/.github/workflows/framework_tests.yml
+++ b/.github/workflows/framework_tests.yml
@@ -20,6 +20,7 @@ on:
jobs:
fwtest:
strategy:
+ fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-latest']