From d6d8e15afc8fbc9accff655b876c771d38fc9805 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 15 Oct 2025 15:07:03 -0400 Subject: [PATCH] Disable fail-fast in CI workflow --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6f9deb..2f24c19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: name: Test runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, ubuntu-24.04-arm] rust: [stable, beta]