How to run the tests?
cargo test -p NAME-OF-THE-EXAMPLE
Specifically for the hello-world example:
cargo test -p example-hello-world
cargo test -p NAME-OF-THE-EXAMPLE
Specifically for the hello-world example:
cargo test -p example-hello-world