Skip to content

Commit 1fd552d

Browse files
committed
[rust] Add sizes for Bazel test targets
1 parent ab94305 commit 1fd552d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rust_library(
2626

2727
rust_test(
2828
name = "unit",
29+
size = "small",
2930
srcs = glob(["src/**/*.rs"]),
3031
crate = ":selenium_manager",
3132
tags = ["no-sandbox"],
@@ -34,6 +35,7 @@ rust_test(
3435
[
3536
rust_test(
3637
name = file[:-3],
38+
size = "small",
3739
srcs = [file],
3840
data = [":selenium-manager"],
3941
edition = "2021",

0 commit comments

Comments
 (0)