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