Skip to content

Commit 58e83b7

Browse files
committed
buildfix
1 parent 7fda25b commit 58e83b7

File tree

1 file changed

+7
-0
lines changed
  • enterprise/server/cmd/ci_runner

1 file changed

+7
-0
lines changed

enterprise/server/cmd/ci_runner/BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,10 @@ go_image(
8181
binary = ":ci_runner",
8282
tags = ["manual"],
8383
)
84+
85+
go_test(
86+
name = "ci_runner_test",
87+
srcs = ["main_test.go"],
88+
embed = [":ci_runner_lib"],
89+
deps = ["@com_github_stretchr_testify//require"],
90+
)

0 commit comments

Comments
 (0)