1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00
Files
prek/.config/nextest.toml
T
Jo c5d29e701a Run setup python test in the same job with cargo test (#668)
* Run `setup python test` in the same job with `cargo test`

* Fix

* Fix

* Improve
2025-09-08 13:20:20 +08:00

6 lines
199 B
TOML

[[profile.default.overrides]]
# Retry flaky node tests due to npm 403 errors
filter = 'binary_id(prek::languages) and test(node::)'
retries = 2
slow-timeout = { period = "30s", terminate-after = 3 }