GitHub Actions highlight cargo test failure

When running cargo clippy via GitHub Actions, there's excellent diagnostic output in the pull request summary.

Is there a way to get that same beautiful output when running cargo test?

I'd like to have GitHub highlight the test assertion that failed.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.