add info to run tests

This commit is contained in:
Matthieu Brouillard
2016-03-01 01:10:19 +01:00
parent 46998dc1fa
commit e218b52b78

View File

@@ -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
```