bazel: add go generate to //:generate target

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-29 13:58:37 +02:00
parent 130112688c
commit 909bfb9274
10 changed files with 178 additions and 90 deletions

View file

@ -20,6 +20,8 @@ go_library(
go_binary(
name = "measurement-generator",
embed = [":measurement-generator_lib"],
# keep
gotags = ["enterprise"],
visibility = ["//:__subpackages__"],
)