From 195dc04df17191e848847494ee6a88fcd62160af Mon Sep 17 00:00:00 2001 From: metaprime Date: Tue, 20 Dec 2016 01:26:05 -0800 Subject: [PATCH] Add `mvn test` to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b06a6925..637fe614 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ mvn clean compile assembly:single This will include all dependencies in the JAR. +Running Tests +------------- + +After building you can run tests by running the following: + +```bash +mvn test +``` + Dependencies ------------ * junit-3.8.1