We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93705fc commit 09fbd22Copy full SHA for 09fbd22
CONTRIBUTING.md
@@ -80,6 +80,7 @@ See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/
80
* Run `./gradlew assemble` to build the project and produce the corresponding artifacts.
81
* Run `./gradlew test` to test the module and speed up development.
82
* Run `./gradlew build` to build the project, which also runs all the tests.
83
+* Run `./gradlew allTests` to run all tests.
84
85
*note*: when you change the data model, you might need to regenerate the .api files by running `./gradlew apiDump`.
86
0 commit comments