From: Yann Collet Date: Mon, 9 Jun 2025 06:47:28 +0000 (+0000) Subject: remove fail-fast so that the outcome of other tests can be observed X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6dc2924f81a07c1833c255e9e2a0dabef5f3619;p=thirdparty%2Fzstd.git remove fail-fast so that the outcome of other tests can be observed --- 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"