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