From 409ec8cfcb4107e7c9015f3a3d7a0c173cd4955e Mon Sep 17 00:00:00 2001 From: "Douglas Cerna (Soy Douglas)" Date: Tue, 11 Jul 2023 14:35:14 +0000 Subject: [PATCH] Continue test job in CI after matrix failures --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da7375ea14..cc1264a778 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,6 +11,7 @@ jobs: name: "Test ${{ matrix.rule }}" runs-on: "ubuntu-22.04" strategy: + fail-fast: false matrix: include: - rule: mcp-server