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

@@ -15,10 +15,10 @@ go_library(
go_test(
name = "logging_test",
size = "small",
srcs = [
"example_test.go",
"log_test.go",
],
embed = [":logging"],
size = "small",
)