Skip to content

Commit

Permalink
[rust] Remove srcs from run test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Mar 26, 2024
1 parent 0e47fb9 commit 6e00341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/BUILD.bazel
Expand Up @@ -98,7 +98,7 @@ rust_library(
rust_test(
name = "unit",
size = "small",
srcs = glob(["src/**/*.rs"]),
crate = ":selenium_manager",
tags = ["no-sandbox"],
)

Expand Down

0 comments on commit 6e00341

Please sign in to comment.