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
🏷️ rust_feed