From a9e4768d35b7199e36b38f54cc642e9e35a44c5a Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 18 Feb 2021 20:54:35 -0300 Subject: [PATCH] remove fail-fast from test job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1738298c..c8ffc164 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: timeout-minutes: 60 runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macOS-latest] rust: [stable, beta]