Skip to content

Commit c089404

Browse files
committed
fix bazel
Signed-off-by: Wenqi Mou <[email protected]>
1 parent 39a88d4 commit c089404

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

br/pkg/checkpoint/BUILD.bazel

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@ go_library(
4343
go_test(
4444
name = "checkpoint_test",
4545
timeout = "short",
46-
srcs = ["checkpoint_test.go"],
46+
srcs = [
47+
"checkpoint_test.go",
48+
"name_test.go",
49+
],
50+
embed = [":checkpoint"],
4751
flaky = True,
4852
race = "on",
4953
shard_count = 9,
5054
deps = [
51-
":checkpoint",
5255
"//br/pkg/gluetidb",
5356
"//br/pkg/pdutil",
5457
"//br/pkg/storage",

0 commit comments

Comments
 (0)