Skip to content

Commit

Permalink
[rust] Add sizes for Bazel test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 3, 2023
1 parent ab94305 commit 1fd552d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rust_library(

rust_test(
name = "unit",
size = "small",
srcs = glob(["src/**/*.rs"]),
crate = ":selenium_manager",
tags = ["no-sandbox"],
Expand All @@ -34,6 +35,7 @@ rust_test(
[
rust_test(
name = file[:-3],
size = "small",
srcs = [file],
data = [":selenium-manager"],
edition = "2021",
Expand Down

0 comments on commit 1fd552d

Please sign in to comment.