From baab2ac63a3babf17128a33cfec0e7a6ffc74baf Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 5 Nov 2024 00:28:54 +0100 Subject: [PATCH] [NO MERGE] ci: Temporarily disable fail-fast This allows us to see which targets are currently failing the build. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cfc4c7688..821e68fdc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: ci: name: "${{ matrix.m.type }}: ${{ matrix.m.name }}" strategy: - fail-fast: true + fail-fast: false matrix: m: - type: board