From af057bd5092073f63cf90422c0ad1d2ef5709bdb Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Thu, 25 Aug 2022 20:44:07 -0700 Subject: [PATCH] chore: don't fail fast on GitHub actions matrix (#226) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index afe9968..00c5a8b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: config: - "local"