You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We plan to remove the "alternate crate root" way of testing rustpkg packages (see #9003), so this is going to be a non-issue. The more general issue is #7240, which is still open. Closing.
If I have a project that looks like
and run
the only tests run are the ones in
bar/test.rs
.A concrete example is in https://github.com/sfackler/rust-postgres, where only the tests in
pool/test.rs
are run.The text was updated successfully, but these errors were encountered: