Skip to content

Commit

Permalink
add info to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
McFoggy committed Mar 1, 2016
1 parent 46998dc commit e218b52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/how_to_run.md
Expand Up @@ -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
```

0 comments on commit e218b52

Please sign in to comment.