From b982d60a4d512602b54f79b39119bde0f7e50f87 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 22 Jan 2020 11:53:47 +0100 Subject: Don't fail fast on CI --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c81dd97e..2605bc6ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,6 +12,7 @@ jobs: name: Rust runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] env: -- cgit v1.2.3