run hack/update-bazel.sh

This commit is contained in:
Benjamin Elder
2019-02-12 18:21:18 -08:00
parent cb68f3edf9
commit 91ddb093b8
12 changed files with 12 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ go_library(
go_binary(
name = "go-junit-report",
embed = [":go_default_library"],
tags = ["manual"],
visibility = ["//visibility:public"],
)