From d568bd360e5b74376e5d8c8348e387aa3607c32f Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 11 Aug 2021 22:32:27 -0700 Subject: actions- add `fail-fast: false` to matrix steps --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f2b5c2c..587c172 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,7 @@ jobs: test-in-memory: strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} @@ -43,6 +44,7 @@ jobs: test-with-filesystem: strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} -- cgit v1.2.3