mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Don't fail CI fast
This commit is contained in:
1
.github/workflows/windows-simple-builds.yml
vendored
1
.github/workflows/windows-simple-builds.yml
vendored
@@ -7,6 +7,7 @@ jobs:
|
||||
name: ${{matrix.os}}, ${{matrix.std}}, ${{matrix.build_type}}, ${{matrix.platform}}
|
||||
runs-on: ${{matrix.os}}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-2019, windows-2022]
|
||||
platform: [Win32, x64]
|
||||
|
Reference in New Issue
Block a user