The number of tests is low enough right now, that regular cargo test can run them all to completion fast enough. As the suite grows, we'll likely need to move to a better solution to run them all to completion within a reasonable amount of time, and cargo-nextest is a good option for doing so.
The number of tests is low enough right now, that regular
cargo testcan run them all to completion fast enough. As the suite grows, we'll likely need to move to a better solution to run them all to completion within a reasonable amount of time, andcargo-nextestis a good option for doing so.