mirror of
https://github.com/openai/codex.git
synced 2026-09-10 20:26:47 +00:00
fix: keep v8 runtime bazel tests explicit
This commit is contained in:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user