Add test commands to README.md

This commit is contained in:
Alex Kotov 2022-08-02 20:14:38 +04:00
parent b552a4f725
commit 8dec53f9ab
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 14 additions and 0 deletions

View File

@ -2,3 +2,17 @@ jsonapis
========
JSON:API library for Rust.
Test
----
```
cargo test
cargo fmt --check
cargo clippy
cargo run --example builders
cargo run --example client
```