Don't fail fast on CI job, allow either platform to run to completion when the other fails

This commit is contained in:
Dan Paulat 2023-04-21 16:14:27 -05:00
parent 5b39d80d3b
commit b0af526b49

View file

@ -17,6 +17,7 @@ concurrency:
jobs: jobs:
build: build:
strategy: strategy:
fail-fast: false
matrix: matrix:
include: include:
- name: win64_msvc2022 - name: win64_msvc2022