From 37b6b8bf8c2317765ee74a97d5d2ae0ecebcc3e6 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Wed, 19 Oct 2022 15:18:34 +0300 Subject: [PATCH] docs: add workflow badge to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a7148be..3e78007 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ +

+

pmtree

Persistent Merkle Tree in Rust

@@ -5,6 +9,7 @@ ## How to use ```toml [dependencies] +# add here pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" } ``` @@ -13,3 +18,8 @@ pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" } git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree cargo build --release ``` + +## Run tests +```bash +cargo test --release +```