diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index a6e38fde2..33cb7c299 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,18 +1,18 @@ --- buildifier: latest platforms: - ubuntu1604: - build_targets: - - "..." - test_targets: - - "..." ubuntu1804: build_targets: - - "..." + - "//..." test_targets: - - "..." + - "//..." + ubuntu2004: + build_targets: + - "//..." + test_targets: + - "//..." macos: build_targets: - - "..." + - "//..." test_targets: - - "..." + - "//..."