From c032051fdc71e79f834670ecfe1ce02fd84e09ad Mon Sep 17 00:00:00 2001 From: Andreas Zach Date: Mon, 12 Jan 2026 10:59:19 +0100 Subject: [PATCH] Fix GitHub Workflows A duplicate `strategy` probably resultet in a silent fail of the workflow. --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5cc4eb..6f56956 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,10 +15,6 @@ permissions: jobs: build: runs-on: ubuntu-24.04 - strategy: - matrix: - config: [Debug, Fast] - strategy: matrix: config: [Fast, Debug]