Windows CI: don't fail-fast.

We expect some of the tests to fail at the moment, and we'd like all of the builds to run to completion even if one of them fails.
This commit is contained in:
Peter Hawkins 2023-06-13 20:09:51 -04:00
parent 38b8e77363
commit 7025800b3f

View File

@ -11,7 +11,7 @@ env:
jobs:
win-wheels:
strategy:
fail-fast: true
fail-fast: false # Don't stop all wheel builds if one has a test failure.
matrix:
os: [win-2019-16core]
arch: [AMD64]