bazel-test: add sizes to all tests.
This gets rid of the warning about mismatched test sizes.
This commit is contained in:
@@ -110,8 +110,8 @@ go_library(
|
||||
|
||||
go_test(
|
||||
name = "lib_test",
|
||||
size = "small",
|
||||
srcs = ["lib_test.go"],
|
||||
embed = [":lib"],
|
||||
deps = ["//assert"],
|
||||
size = "small",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user