From 45ddc7c907d1a541c5910f65f8f43e78ed3e73cb Mon Sep 17 00:00:00 2001 From: Matthew Whitlock Date: Wed, 13 Nov 2024 15:01:20 -0500 Subject: [PATCH] Continue running other matrix jobs when one fails --- .github/workflows/ci_checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_checks.yaml b/.github/workflows/ci_checks.yaml index d664eaf..14c376c 100644 --- a/.github/workflows/ci_checks.yaml +++ b/.github/workflows/ci_checks.yaml @@ -12,6 +12,7 @@ jobs: test: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: ompi_version: - main