From 9ef6f52e06336e0f6cb00c2f8cd759a9b2692eae Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Sun, 21 Oct 2018 19:41:20 -0400 Subject: [PATCH] Add documentation for running the tests to the README. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 76d14846b..950a0d5a7 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,14 @@ We use [Discord](https://discordapp.com/) for community discussion. You can use Notion is intended to compile with all versions of Rust newer than 1.20. +## Tests + +To run the tests in this repo, run the following: + +``` +cargo test --all --features mock-network +``` + ## License Notion is licensed under a [BSD 2-clause license](https://github.com/notion-cli/notion/blob/master/LICENSE).