codex: include core snapshots in bazel tests

This commit is contained in:
Ahmed Ibrahim
2026-03-07 10:25:14 -08:00
parent 406b5b386c
commit 7456d28a7a

View File

@@ -34,7 +34,7 @@ codex_rust_crate(
"models.json",
"prompt.md",
],
test_data_extra = [
test_data_extra = glob(["src/**/snapshots/**"]) + [
"config.schema.json",
# This is a bit of a hack, but empirically, some of our integration tests
# are relying on the presence of this file as a repo root marker. When