diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index dd0751ba6..4881e9f4e 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -26,6 +26,7 @@ tasks: test_flags: ${{ test_flags }} test_targets: - "//:all_tests" + - "//docs:are_docs_up_to_date_test" build_targets: - "//:rules_kotlin_release" integration_tests: diff --git a/BUILD b/BUILD index bd8e153d3..f0c90a3a7 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",