add optional argment to cargo test

This commit is contained in:
Matthew6186
2023-01-28 08:41:00 +09:00
parent c4ec37d1cc
commit 044a4c39b2

View File

@ -22,7 +22,7 @@ Pretty simple for now.
```shell ```shell
$ cargo build $ cargo build
$ cargo test $ cargo test --lib
``` ```
Optionally you can set some environment variables before building: Optionally you can set some environment variables before building: