diff --git a/test/BUILD b/test/BUILD index 10f2b7d..25e7dae 100644 --- a/test/BUILD +++ b/test/BUILD @@ -11,8 +11,8 @@ go_library( go_binary( name = "test", - static = "on", embed = [":test_lib"], + static = "on", visibility = ["//visibility:public"], )