From aed102ce8e991167210892908504d8867eb21b27 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 17 Aug 2020 21:02:11 +0200 Subject: [PATCH] disable fail fast --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09b579d4..d0f14c7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ on: jobs: build: strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest]