From 8b1236c081c19c8d826658a91a51083cd9b2b385 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 6 Jun 2022 21:21:19 +0200 Subject: [PATCH] github: continue the other coverage jobs if one fails --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index c58b725c4..8620120ff 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -972,7 +972,7 @@ jobs: needs: build runs-on: ${{ matrix.job.os }} strategy: - fail-fast: true + fail-fast: false matrix: job: - { os: ubuntu-latest , features: unix }