From 4f9683bd25be03e228b70c93fa5fc8d70c67d4be Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Sat, 7 Mar 2026 10:25:14 -0800 Subject: [PATCH] codex: include core snapshots in bazel tests --- codex-rs/core/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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