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

⚓ rust    📅 2025-07-15    👤 surdeus    👁️ 1      

surdeus

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