Running test crates in parallel

This is a suboptimal setup: not only such tests run sequentially, they also duplicate linking work. In general, my advice is to have one integration test crate for crates.io libraries, and zero integration test crates for workspaces/applications. See Delete Cargo Integration Tests.

6 Likes