Merge pull request #98 from Matthew6186/fix_readme

add optional argment to cargo test
This commit is contained in:
Nathan Fiedler
2023-01-28 15:27:17 -08:00
committed by GitHub

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: