Open mickaelistria opened 3 years ago
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 https://github.com/rust-lang/rust/issues/49359 Looks like
cargo test -Z
gives a lot of extra info to leverage here!