From 0917ddeb749789016ebbc52815adcb7e8adf08e3 Mon Sep 17 00:00:00 2001 From: rcmlz Date: Thu, 26 Oct 2023 19:00:09 +0200 Subject: [PATCH] matrix fail-fast ensure in matrix strategy that e.g. failing windows runs do not cancel otherwise healthy ubuntu or macos runs --- lib/App/Mi6/Template.rakumod | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/App/Mi6/Template.rakumod b/lib/App/Mi6/Template.rakumod index 3181270..0fb0e19 100644 --- a/lib/App/Mi6/Template.rakumod +++ b/lib/App/Mi6/Template.rakumod @@ -36,6 +36,7 @@ on: jobs: raku: strategy: + fail-fast: false matrix: os: - ubuntu-latest