blob: 6bf48bac8692833e3e82526271c207f5e3a681f3 [file] [log] [blame]
load("//bazel/go:go_test.bzl", "go_test")
go_test(
name = "go_test",
srcs = ["go_test.go"],
tags = ["manual"],
visibility = ["//bazel/test_on_env:__pkg__"],
deps = ["//go/testutils/unittest"],
)