Skip to content

Commit 09fbd22

Browse files
committed
Updated documentation (#158)
1 parent 93705fc commit 09fbd22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/
8080
* Run `./gradlew assemble` to build the project and produce the corresponding artifacts.
8181
* Run `./gradlew test` to test the module and speed up development.
8282
* Run `./gradlew build` to build the project, which also runs all the tests.
83+
* Run `./gradlew allTests` to run all tests.
8384

8485
*note*: when you change the data model, you might need to regenerate the .api files by running `./gradlew apiDump`.
8586

0 commit comments

Comments
 (0)