Skip to content

Commit

Permalink
*: update bazel config (#37313)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 23, 2022
1 parent 2c22fff commit 11dbd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindinfo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ go_test(
],
embed = [":bindinfo"],
flaky = True,
shard_count = 50,
deps = [
"//config",
"//domain",
Expand Down
1 change: 1 addition & 0 deletions types/json/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//errno",
"//parser/mysql",
"//parser/terror",
"//util/dbterror",
"//util/hack",
Expand Down

0 comments on commit 11dbd0b

Please sign in to comment.