]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
remove fail-fast so that the outcome of other tests can be observed
authorYann Collet <Cyan4973@users.noreply.github.com>
Mon, 9 Jun 2025 06:47:28 +0000 (06:47 +0000)
committerYann Collet <Cyan4973@users.noreply.github.com>
Mon, 9 Jun 2025 06:59:18 +0000 (06:59 +0000)
.github/workflows/cmake-tests.yml

index f9212e25495745859d0375fa04cade18f18dcd26..b0238570889c84271b8058c697123eeda29cddd1 100644 (file)
@@ -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"