I have to use cargo nextest to speed up my test run.
cargo test compile all test files into separate binaries.
IDK why they did that. I sometimes just want to run a single test.
when I accidentally build to whole tests, my PC froze 🥶
I have to use cargo nextest to speed up my test run.
cargo test compile all test files into separate binaries.
IDK why they did that. I sometimes just want to run a single test.
when I accidentally build to whole tests, my PC froze 🥶
we should just using existing tools like cargo command.
We shouldn't installing additional tool to solve the problems.
