Open andria-dev opened 10 months ago
Yeah, I've been wanting to add newer Rust, but it's been blocked by #250.
I just found out that nextest
recently added experimental/partial support for a machine-readable output format compatible with libtest JSON.
NEXTEST_EXPERIMENTAL_LIBTEST_JSON=1 \
cargo nextest run --message-format libtest-json --message-format-version 0.1
https://nexte.st/book/run-machine-readable.html
We need to try this and see how it works.
:+1: reaction might help to get this request prioritized.