mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
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:
parent
38b8e77363
commit
7025800b3f
2
.github/workflows/wheel_win_x64.yml
vendored
2
.github/workflows/wheel_win_x64.yml
vendored
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user