From b9aca242fdda6c05db91bde723ecab68b5e075c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 14 Sep 2015 14:31:10 -0700 Subject: [PATCH] README: Mention that CI runs the tests --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b8d578c23..0e8656bce 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ command line: This will build and install F-Droid and the test apk, then execute the entire test suite on the device or emulator. +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 +will get run. + See the [Android Gradle user guide](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Testing) for more details, including how to use Android Studio to run tests (which provides more useful feedback than the command line).