From 998c4c4471c72fbccba738153c0cc4e60895e6dd Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 2 Feb 2026 12:45:43 -0600 Subject: [PATCH] fail fast in ci --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c88f1e1..60d6f29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,7 @@ jobs: contents: read packages: write strategy: + fail-fast: false matrix: include: - platform: linux/amd64