From 9136d1ce093ef53de41c7b86e2653a80e08d3a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Wed, 23 Mar 2022 16:41:09 +0300 Subject: [PATCH] docs(readme): add testing instructions to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 333be40..25a3120 100644 --- a/README.md +++ b/README.md @@ -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).