remove fail-fast so that the outcome of other tests can be observed

This commit is contained in:
Yann Collet
2025-06-09 06:59:18 +00:00
parent 49fe2ec793
commit b6dc2924f8
+1
View 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"