From 1acff28f02a7fa5c14f1305bb515e74a3a76c85b Mon Sep 17 00:00:00 2001 From: John Lewis Date: Thu, 4 Apr 2024 17:32:38 +0200 Subject: [PATCH] fix(ci): disable `fail-fast` on matrix check job --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1045436..6cc83e8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,7 @@ jobs: flake-check: runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: check: [ "app-hydrate-clippy", "app-ssr-clippy", "site-server-clippy", "site-frontend-clippy", "site-server-doc", "site-server-fmt", "site-server-deny", "site-server-nextest" ] steps: