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:
Skye Wanderman-Milne 2023-05-30 18:49:26 -07:00
parent 6962b06022
commit d480e16152

View File

@ -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: