From c5604638873260ce45c710c471f4120f73c2e1a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 17 Apr 2016 11:43:51 +0100 Subject: [PATCH] CONTRIBUTING: use check, not connectedCheck We now have unit tests that run on the local jvm, so use `check` to run those too. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89a413dc4..7441a1282 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 command line: - ./gradlew connectedCheck + ./gradlew check 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