Skip to content

Commit 5cefbef

Browse files
committed
Mark rabbitmq_ct_helpers/rabbitmq_ct_client_helpers as testonly
1 parent 778ee99 commit 5cefbef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deps/rabbitmq_ct_client_helpers/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@rules_erlang//:erlang_app.bzl", "erlang_app")
22

33
erlang_app(
4+
testonly = True,
45
app_name = "rabbitmq_ct_client_helpers",
56
app_version = "main",
67
deps = [

deps/rabbitmq_ct_helpers/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@rules_erlang//:erlang_app.bzl", "erlang_app")
22

33
erlang_app(
4+
testonly = True,
45
app_name = "rabbitmq_ct_helpers",
56
app_version = "main",
67
extra_priv = [

0 commit comments

Comments
 (0)