1
0
Fork 0

No issue: pre-push: assemble everything before testing.

It's better to fail fast on pre-push hooks so devs can get feedback as
fast as possible. Assembling is faster than unit testing so we assemble
everything first before unit testing.
master
Michael Comella 2020-03-13 14:48:44 -07:00 committed by liuche
parent 310b3caf70
commit c0d7a1f759
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
ktlint \ ktlint \
detekt \ detekt \
assembleGeckoBetaDebug \ assembleGeckoBetaDebug \
testGeckoBetaDebug \ assembleGeckoBetaDebugAndroidTest \
assembleGeckoBetaDebugAndroidTest testGeckoBetaDebug
# Tasks omitted because they take a long time to run: # Tasks omitted because they take a long time to run:
# - assembling all variants # - assembling all variants