Don't fail CI fast

This commit is contained in:
Chris Thrasher
2025-04-26 10:17:47 -06:00
parent edb6f80867
commit ec571515c8
5 changed files with 5 additions and 0 deletions

View File

@@ -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]