From 34f2f9e8cd8d0627466cd61010aee7e44f184615 Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:43:10 +0200 Subject: [PATCH] disable fail-fast --- .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 eec56c3..65372fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: name: ${{ matrix.name }} runs-on: ${{ matrix.os }} strategy: - fail-fast: true + fail-fast: false matrix: include: - name: Linux x86_64