From 8416404b41a6c96c1080c849cc7d28f5b1e1d8e6 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Thu, 19 Oct 2023 12:35:38 -0700 Subject: [PATCH] Disable test matrix fail-fast Jobs were getting canceled when one would fail. Because we are testing different Ruby versions, it's quite possible there's failures limited to specific versions, all of which we need to know about. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c2a87e..4f499f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: rustup-toolchain: - stable