diff --git a/README.md b/README.md index b970478b2..085f49991 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,18 @@ cargo run hello.db ## Developing +Run tests: + +```console +cargo test +``` + +Test coverage report: + +``` +cargo tarpaulin -o html +``` + Run benchmarks: ```console