mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Add maxfail=20 to some pytest commands, take 2
Somehow I messed up https://github.com/google/jax/pull/16195 and it didn't fully stick.
This commit is contained in:
parent
6962b06022
commit
d480e16152
2
.github/workflows/ci-build.yaml
vendored
2
.github/workflows/ci-build.yaml
vendored
@ -119,7 +119,7 @@ jobs:
|
||||
echo "JAX_ENABLE_CUSTOM_PRNG=$JAX_ENABLE_CUSTOM_PRNG"
|
||||
echo "JAX_THREEFRY_PARTITIONABLE=$JAX_THREEFRY_PARTITIONABLE"
|
||||
echo "JAX_ENABLE_CHECKS=$JAX_ENABLE_CHECKS"
|
||||
pytest -n auto --tb=short tests examples
|
||||
pytest -n auto --tb=short --maxfail=20 tests examples
|
||||
|
||||
|
||||
documentation:
|
||||
|
Loading…
x
Reference in New Issue
Block a user