iptools: set test size
This commit is contained in:
parent
a53d392ed8
commit
4dc39646fe
|
@ -11,6 +11,7 @@ go_library(
|
|||
],
|
||||
importpath = "git.wntrmute.dev/kyle/kdhcp/iptools",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = ["@dev_wntrmute_git_kyle_goutils//assert"],
|
||||
)
|
||||
|
||||
go_test(
|
||||
|
@ -21,4 +22,5 @@ go_test(
|
|||
"range_test.go",
|
||||
],
|
||||
embed = [":iptools"],
|
||||
size = "small",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue