diff --git a/codex-rs/core/BUILD.bazel b/codex-rs/core/BUILD.bazel index d0f5b9d8a4..b98e75a1fc 100644 --- a/codex-rs/core/BUILD.bazel +++ b/codex-rs/core/BUILD.bazel @@ -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