fix: keep v8 runtime bazel tests explicit

This commit is contained in:
starr-openai
2026-06-02 23:28:24 -07:00
parent 553b3461fb
commit fd4ab574e5

View File

@@ -8,4 +8,8 @@ codex_rust_crate(
"//conditions:default": ["sandbox"],
}),
deps_extra = ["@crates//:v8"],
# Ordinary Bazel CI excludes the old V8-backed code-mode unit tests. Keep
# the moved runtime tests explicit so wildcard test queries do not pull V8
# back into the ordinary Bazel matrix.
test_tags = ["manual"],
)