From 18995078189407a593b2e81cf7541b3a190a626c Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Fri, 1 Mar 2024 07:10:38 -0800 Subject: [PATCH] Don't fail fast on mutants matrix --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e441cad3..7d073dfd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -134,6 +134,7 @@ jobs: runs-on: ubuntu-latest needs: [test, release-binary] strategy: + fail-fast: false # We want to get all the mutant failures matrix: shard: [0, 1, 2, 3, 4, 5, 6, 7] test_tool: [cargo]