bazel-test: add sizes to all tests.

This gets rid of the warning about mismatched test sizes.
This commit is contained in:
2023-05-04 16:08:18 -07:00
parent bfc7fedbf9
commit c1b8b72cf1
9 changed files with 23 additions and 9 deletions

View File

@@ -110,8 +110,8 @@ go_library(
go_test(
name = "lib_test",
size = "small",
srcs = ["lib_test.go"],
embed = [":lib"],
deps = ["//assert"],
size = "small",
)