From a5d57d99a8b7c8ba598db57283e5666a9dde8262 Mon Sep 17 00:00:00 2001 From: David Andreoletti Date: Thu, 14 Mar 2024 20:15:32 +0800 Subject: [PATCH] bootstrap: disable fail-fast for matrix CI jobs --- .github/workflows/test_bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_bootstrap.yml b/.github/workflows/test_bootstrap.yml index 4fbfe26..fbf239e 100644 --- a/.github/workflows/test_bootstrap.yml +++ b/.github/workflows/test_bootstrap.yml @@ -9,7 +9,7 @@ jobs: bootstrap_macos: strategy: #max-parallel: 4 - #fail-fast: true + fail-fast: false matrix: platform: ['macos'] bootstrap_type: ['machine+dotfiles'] @@ -32,7 +32,7 @@ jobs: bootstrap_linux: strategy: #max-parallel: 6 - #fail-fast: true + fail-fast: false matrix: platform: ['linux'] bootstrap_type: ['machine+dotfiles']