Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Jul 13, 2022
1 parent fb7308f commit 841e436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distsql/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ go_library(

go_test(
name = "distsql_test",
timeout = "short",
srcs = [
"bench_test.go",
"distsql_test.go",
Expand Down
1 change: 1 addition & 0 deletions domain/infosync/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ go_library(

go_test(
name = "infosync_test",
timeout = "short",
srcs = ["info_test.go"],
embed = [":infosync"],
flaky = True,
Expand Down

0 comments on commit 841e436

Please sign in to comment.