Enable cached test results
Open
enhancement
- Dominant language
- Rust
- Stars
- 4.4k
- Forks
- 394
- PR merge metrics
- No merged PRs in 30d
Description
We have a few unit tests that take 60s+ to run, so I was fairly surprised when executing `buck2 test //...` repeatedly invokes those tests even though the inputs haven't been modified.
Is this working as intended? I know that FB has Tpx internally and I'm not sure if that's the infrastructure which is supposed to handle avoiding reruns or not.
Contributor guide
Assessment
This issue has not been assessed yet.