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
Command to get richer output is cargo test -- -Z unstable-options --format json. However, it requires a recent version of cargo to run, and as it's unstable it's likely to change. We should wait for it to stabilize before relying on it.
See rust-lang/rust#49359
Looks like
cargo test -Z
gives a lot of extra info to leverage here!The text was updated successfully, but these errors were encountered: