Merge pull request #1126 from gitbucket/add-test-info-to-run-doc

add info to run tests
This commit is contained in:
Naoki Takezoe
2016-03-03 18:38:57 +09:00

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