From e218b52b7838f884a38f7fef3c0fa3084310c4b9 Mon Sep 17 00:00:00 2001 From: Matthieu Brouillard Date: Tue, 1 Mar 2016 01:10:19 +0100 Subject: [PATCH] add info to run tests --- doc/how_to_run.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/how_to_run.md b/doc/how_to_run.md index 9c1506c19..ea3190923 100644 --- a/doc/how_to_run.md +++ b/doc/how_to_run.md @@ -32,3 +32,11 @@ $ sbt executable ``` at the top of the source tree. It generates executable `gitbucket.war` into `target/executable`. We release this war file as release artifact. + +Run tests spec +--------- +To run the full serie of tests, run the following command: + +``` +sbt test +```