Rename TestCompileType.NONE to ALL

Test: existing tests should pass
Change-Id: I2eb49fb29b9fc34a4436721a477520bc2888864b
(cherry picked from commit 8d360c8fb1baa15f1f7240cc33598c6765494f49)
diff --git a/src/com/google/appindexing/fetchasgoogle/FetchAsGoogleTask.java b/src/com/google/appindexing/fetchasgoogle/FetchAsGoogleTask.java
index 8ae2e73..41853dc 100644
--- a/src/com/google/appindexing/fetchasgoogle/FetchAsGoogleTask.java
+++ b/src/com/google/appindexing/fetchasgoogle/FetchAsGoogleTask.java
@@ -375,7 +375,7 @@
         else {
           ApplicationManager.getApplication().invokeAndWait(() -> {
             gradleBuildInvoker.add(afterTask);
-            gradleBuildInvoker.assemble(new Module[]{myModule}, TestCompileType.NONE);
+            gradleBuildInvoker.assemble(new Module[]{myModule}, TestCompileType.ALL);
           }, ModalityState.NON_MODAL);
           done.waitFor();
         }