From 656432301dc8b5591768aec76f8744fb7a984b5c Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Mon, 27 Jul 2020 18:34:32 +0200 Subject: [PATCH] Run as many CI jobs as possible when one fails The other matrixes should not have this problem, so only touch unix testing --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 3906bfdf..4a60393a 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,6 +11,7 @@ jobs: - os: ubuntu-18.04 cc: gcc target: develop + fail-fast: false runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2