From da2cc5ecc24d2b5aee62d1c84b9e9fed64975b23 Mon Sep 17 00:00:00 2001 From: scivision Date: Wed, 26 Jun 2024 13:29:55 -0400 Subject: [PATCH] ci: fail-fast false --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9547b3f..7ee1280 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: # R2022b has a bug with test parameter {"h"} syntax strategy: + fail-fast: false matrix: os: [ubuntu-latest] release: [R2021a, R2021b, R2022a, R2023a, R2023b, R2024a]