From 3cf494d7323d4674c571b08ac9afb5c836672826 Mon Sep 17 00:00:00 2001 From: Sven Wilhelm Date: Wed, 9 Jul 2025 02:52:50 +0200 Subject: [PATCH] ci(github): change strategy fail-fast to false --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4051a5..2694cac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ --- name: "CI" -on: # yamllint disable-line rule:truthy +on: # yamllint disable-line rule:truthy pull_request: push: branches: @@ -9,6 +9,7 @@ on: # yamllint disable-line rule:truthy jobs: flake-general-checks: strategy: + fail-fast: false matrix: os: [macos-latest, ubuntu-latest] runs-on: ${{matrix.os}}