aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_test/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/go_test/BUILD.bazel')
-rw-r--r--tests/core/go_test/BUILD.bazel5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/core/go_test/BUILD.bazel b/tests/core/go_test/BUILD.bazel
index ac36f931..f6f600d9 100644
--- a/tests/core/go_test/BUILD.bazel
+++ b/tests/core/go_test/BUILD.bazel
@@ -248,3 +248,8 @@ go_bazel_test(
name = "env_inherit_test",
srcs = ["env_inherit_test.go"],
)
+
+go_bazel_test(
+ name = "binary_env_test",
+ srcs = ["binary_env_test.go"],
+)