From fffdb1150b61047df7e14241f2f233f3d8e289ee Mon Sep 17 00:00:00 2001 From: Corbin McNeely-Smith <58151731+restingbull@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:35:04 -0500 Subject: [PATCH] Move docs test to bzlmod only --- .bazelci/presubmit.yml | 1 + BUILD | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index a2bdbd885..006ede129 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -22,6 +22,7 @@ tasks: platform: ubuntu2004 test_targets: - "//:all_tests" + - "//docs:are_docs_up_to_date_test" build_targets: - "//:rules_kotlin_release" macos: diff --git a/BUILD b/BUILD index 9dd34bf8a..3d5fe2b2f 100644 --- a/BUILD +++ b/BUILD @@ -36,7 +36,6 @@ ktlint_config( test_suite( name = "all_tests", tests = [ - "//docs:are_docs_up_to_date_test", "//src/test/kotlin/io/bazel/kotlin:assertion_tests", "//src/test/kotlin/io/bazel/kotlin/builder:builder_tests", "//src/test/kotlin/io/bazel/kotlin/integration:integration_tests",