diff --git a/rust/BUILD.bazel b/rust/BUILD.bazel index 2aae8304f4d2b..ce42061fbf876 100644 --- a/rust/BUILD.bazel +++ b/rust/BUILD.bazel @@ -98,7 +98,7 @@ rust_library( rust_test( name = "unit", size = "small", - srcs = glob(["src/**/*.rs"]), + crate = ":selenium_manager", tags = ["no-sandbox"], )