From b4bdc8adee802bdbefd0fa059f972a166ba7b4b4 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Fri, 1 Sep 2023 17:08:59 -0400 Subject: [PATCH] github: Don't fail other jobs just because one failed We like fast CI, but we prefer to have more information about the failures. --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index afc258fc..b19b5603 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: - basic - shell - race - #fail-fast: false + fail-fast: false steps: # Do not shallow fetch. The path can't be absolute, so we need to move it