hundreds-breakfast-49010
06/19/2019, 6:27 PM--tests
the same as --all
except ignoring doctests?average-vr-56795
06/19/2019, 6:31 PM--all
is picking which crates to build; cargo test
will test everything that doesn’t need libfuse installed, and cargo test --all
will test all of our crates (because we have a workspace with many crates)average-vr-56795
06/19/2019, 6:31 PM--tests
is orthogonal to the crate selection