What's the best approach for binary dependencies in integ tests?

⚓ Rust    📅 2025-07-15    👤 surdeus    👁️ 7      

surdeus

Warning

This post was published 64 days ago. The information described in this article may have changed.

I have an integ test which relies on spawning child processes of other crates in my workspace, but cargo doesn't automatically build those for integ tests - it only builds the crate the integ is for.

How can I get cargo to build these automatically / rebuild them when their contents change?

4 posts - 3 participants

Read full topic

🏷️ rust_feed