Run tests on CI

This commit is contained in:
Melih Aksoy
2019-07-03 14:05:20 +02:00
parent 0b38738112
commit 6a588e449e
4 changed files with 23 additions and 3 deletions

View File

@@ -46,6 +46,6 @@ platform :android do
end
def run_all_tests
gradle(task: "test --continue")
gradle(task: "clean test --continue")
end
end