From aca71c1be3fd30271a8869da91cf547c58b635b3 Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:01:45 +0100 Subject: [PATCH] disable fail-fast for actions --- .github/workflows/cmake-build.yml | 1 + .github/workflows/cmake-test.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index 31b91c39..f2848524 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -24,6 +24,7 @@ jobs: # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] include: diff --git a/.github/workflows/cmake-test.yml b/.github/workflows/cmake-test.yml index e0bba18f..7f3c44ec 100644 --- a/.github/workflows/cmake-test.yml +++ b/.github/workflows/cmake-test.yml @@ -24,6 +24,7 @@ jobs: # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] include: