From 4da02373a5ad28dcd3b03a39cd9641d75dd9d0e8 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 15 Sep 2025 09:25:05 +0200 Subject: [PATCH] disable fail fast, so feedback is provided for all matrix combinations --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 51a3e6d..6eb3078 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,7 @@ on: jobs: compile-and-test: strategy: + fail-fast: false # disable fail fast, so feedback is provided for all matrix combinations matrix: os: - ubuntu-latest