mirror of
https://github.com/facebook/zstd.git
synced 2025-08-10 04:43:07 +03:00
remove fail-fast so that the outcome of other tests can be observed
This commit is contained in:
1
.github/workflows/cmake-tests.yml
vendored
1
.github/workflows/cmake-tests.yml
vendored
@@ -77,6 +77,7 @@ jobs:
|
|||||||
name: "CMake Windows VS2022 (${{ matrix.name }})"
|
name: "CMake Windows VS2022 (${{ matrix.name }})"
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- generator: "Visual Studio 17 2022"
|
- generator: "Visual Studio 17 2022"
|
||||||
|
Reference in New Issue
Block a user