From 789ba2093bad3c368f850a2716a319c87d324b50 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 6 Oct 2023 09:52:54 -0700 Subject: [PATCH] CI: Use `fail-fast: false` for coverage jobs. Frequently lately one coverage job has been failing per job. Instead of re-running the whole matrix again, make it so we just need to run the (usually) one job that failed. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a717c899..c58098212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -478,6 +478,7 @@ jobs: runs-on: ${{ matrix.host_os }} strategy: + fail-fast: false matrix: features: # Enable all the library features so we can measure all the coverage.