From 36289ea720d55d3c825885b57e8178300efa85f4 Mon Sep 17 00:00:00 2001 From: Igor Shaposhnik Date: Wed, 22 Apr 2020 21:21:24 +0300 Subject: [PATCH] Disable fail fast on CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cda87f70e..d5109bb49a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ jobs: env: RUSTFLAGS: ${{ matrix.RUSTFLAGS }} strategy: + fail-fast: false matrix: os: [macos-10.15, ubuntu-18.04, windows-2019] wasm: [true, false]