diff --git a/README.md b/README.md index fd3975f..e1b3b2c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ Requirement: Needs `cargo install cargo-udeps --locked` cargo +nightly udeps --all-targets ``` +**Test with more output:** + +```sh +cargo test -- --nocapture +``` + **Test with tracing output:** Requirement: Needs `cargo install bunyan`