From fafcd25ccccbd21930586997dc570a69c91dc89a Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Wed, 15 Oct 2025 14:42:57 +1100 Subject: [PATCH] set fail-fast false --- .github/workflows/test-nimble-install.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-nimble-install.yml b/.github/workflows/test-nimble-install.yml index c830ff83c..783c683d6 100644 --- a/.github/workflows/test-nimble-install.yml +++ b/.github/workflows/test-nimble-install.yml @@ -10,6 +10,7 @@ jobs: test-nimble-install: continue-on-error: true # Some runs get oddly cancelled strategy: + fail-fast: false matrix: os: [ubuntu-latest] # TODO: Windows nim-version: ['2.2.4'] # TODO: tests with more versions