only one cargo test
This commit is contained in:
parent
ff2a183b19
commit
5ebbd64903
|
@ -195,7 +195,6 @@ mod tests {
|
||||||
`cargo test` is used to run tests in Rust. Let's run it:
|
`cargo test` is used to run tests in Rust. Let's run it:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cargo test
|
|
||||||
$ cargo test
|
$ cargo test
|
||||||
Compiling helloworld v0.1.0 (/home/cadey/code/helloworld)
|
Compiling helloworld v0.1.0 (/home/cadey/code/helloworld)
|
||||||
Finished test [unoptimized + debuginfo] target(s) in 1.80s
|
Finished test [unoptimized + debuginfo] target(s) in 1.80s
|
||||||
|
|
Loading…
Reference in New Issue