mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
c5d29e701a
* Run `setup python test` in the same job with `cargo test` * Fix * Fix * Improve
6 lines
199 B
TOML
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 }
|