From 89264d1e70ee932be6e524421518c21cef36156f Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 11 Apr 2021 13:27:32 +0200 Subject: [PATCH] CI: Disable fail-fast This gives precise information which OSes failed instead of the first one that did, useful for analyzing failures related to specific OS only --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56d00bc51..1429a0e2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ env: jobs: main: strategy: + fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest]