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