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 e8275ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 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 Expand Up @@ -56,6 +57,8 @@ tasks:
stardoc:
name: Stardoc api documentation
platform: ubuntu1804
build_flags:
- "--enable_bzlmod=true"
build_targets:
- //kotlin:stardoc
test_targets:
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 e8275ed

Please sign in to comment.