mirror of
https://github.com/amigan/rustypaste-pretty.git
synced 2024-11-21 20:09:48 -05:00
docs(readme): add testing instructions to README.md
This commit is contained in:
parent
dd91c50d50
commit
9136d1ce09
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@ cd rustypaste/
|
||||||
cargo build --release
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Testing
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# run unit tests
|
||||||
|
cargo test -- --test-threads 1
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli).
|
The standalone command line tool (`rpaste`) is available [here](https://github.com/orhun/rustypaste-cli).
|
||||||
|
|
Loading…
Reference in a new issue