From 6a33e075abc64fb15e68d72584e0b1a0a3cd2a2c Mon Sep 17 00:00:00 2001 From: Andy Pfister Date: Wed, 8 May 2024 22:32:20 +0200 Subject: [PATCH] Disable `fail-fast` --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4711049..f72503ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ on: jobs: cross-compile: strategy: + fail-fast: false matrix: platform: - "x64-mingw32" @@ -358,6 +359,7 @@ jobs: - compile-native-ports name: test-linux strategy: + fail-fast: false matrix: mssql-version: - 2017