Skip to content

Commit

Permalink
Move docs test to bzlmod only
Browse files Browse the repository at this point in the history
  • Loading branch information
restingbull committed Sep 7, 2024
1 parent 9762025 commit ee3996d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ee3996d

Please sign in to comment.