docs(readme): add testing instructions to README.md

This commit is contained in:
Orhun Parmaksız 2022-03-23 16:41:09 +03:00
parent dd91c50d50
commit 9136d1ce09
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 7 additions and 0 deletions

View File

@ -64,6 +64,13 @@ cd rustypaste/
cargo build --release
```
#### Testing
```sh
# run unit tests
cargo test -- --test-threads 1
```
## Usage
The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli).