From b6dc2924f81a07c1833c255e9e2a0dabef5f3619 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 9 Jun 2025 06:47:28 +0000 Subject: [PATCH] remove fail-fast so that the outcome of other tests can be observed --- .github/workflows/cmake-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-tests.yml b/.github/workflows/cmake-tests.yml index f9212e254..b02385708 100644 --- a/.github/workflows/cmake-tests.yml +++ b/.github/workflows/cmake-tests.yml @@ -77,6 +77,7 @@ jobs: name: "CMake Windows VS2022 (${{ matrix.name }})" runs-on: ${{ matrix.runner }} strategy: + fail-fast: false matrix: include: - generator: "Visual Studio 17 2022" -- 2.47.2