Skip to content

Commit ced6520

Browse files
committed
Mark additional rules as testonly
1 parent 5cefbef commit ced6520

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

deps/rabbitmq_trust_store/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ dialyze(
6262

6363
rabbitmq_home(
6464
name = "broker-for-tests-home",
65+
testonly = True,
6566
plugins = [
6667
"//deps/rabbit:erlang_app",
6768
":erlang_app",
@@ -72,6 +73,7 @@ rabbitmq_home(
7273

7374
rabbitmq_run(
7475
name = "rabbitmq-for-tests-run",
76+
testonly = True,
7577
home = ":broker-for-tests-home",
7678
)
7779

tools/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load(":erlang_ls.bzl", "deps_symlinks")
33

44
deps_symlinks(
55
name = "symlink_deps_for_erlang_ls",
6+
testonly = True,
67
apps = all_plugins(
78
rabbitmq_workspace = "",
89
) + [

0 commit comments

Comments
 (0)