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:
build:
strategy:
fail-fast: false
matrix:
include:
- name: win64_msvc2022