What's the best approach for binary dependencies in integ tests?
⚓ Rust 📅 2025-07-15 👤 surdeus 👁️ 16I 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
🏷️ rust_feed