CONTRIBUTING: use check, not connectedCheck

We now have unit tests that run on the local jvm, so use `check` to run
those too.
This commit is contained in:
Daniel Martí 2016-04-17 11:43:51 +01:00
parent 2eea94e5ea
commit c560463887

View File

@ -65,7 +65,7 @@ In order to run the F-Droid test suite, you will need to have either a real devi
connected via `adb`, or an emulator running. Then, execute the following from the connected via `adb`, or an emulator running. Then, execute the following from the
command line: command line:
./gradlew connectedCheck ./gradlew check
Note that the CI already runs the tests on an emulator, so you don't Note that the CI already runs the tests on an emulator, so you don't
necessarily have to do this yourself if you open a merge request as the tests necessarily have to do this yourself if you open a merge request as the tests