Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: What's the best approach for binary dependencies in integ tests?
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
🏷️ rust_feed