eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

211
active users

#JUnit

2 posts2 participants0 posts today

Getting useful #JUnit reports from the default testing support in #Rust is a little tricky. You need a nightly build of the toolchain and the following invocation:

cargo +nightly test -- -Z unstable-options --report-time --format junit

Apparently "nextest" is the more sane way of running tests for Rust, but isn't out of the box.