Skip to content

Commit 6e00341

Browse files
committed
[rust] Remove srcs from run test setup
1 parent 0e47fb9 commit 6e00341

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rust_library(
9898
rust_test(
9999
name = "unit",
100100
size = "small",
101-
srcs = glob(["src/**/*.rs"]),
101+
crate = ":selenium_manager",
102102
tags = ["no-sandbox"],
103103
)
104104

0 commit comments

Comments
 (0)