Group the all_tests jobs together in presubmit.yml
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml
index 30c1f22..dd70b28 100644
--- a/.bazelci/presubmit.yml
+++ b/.bazelci/presubmit.yml
@@ -12,6 +12,9 @@
- "//:all_tests"
build_targets:
- "//:rules_kotlin_release"
+ macos:
+ test_targets:
+ - "//:all_tests"
rbe_ubuntu1604:
test_targets:
- "--"
@@ -24,9 +27,6 @@
# Override the default worker strategy for remote builds (worker strategy
# cannot be used with remote builds)
- "--strategy=KotlinCompile=remote"
- macos:
- test_targets:
- - "//:all_tests"
example-android:
name: "Example - Android"
platform: ubuntu1804