From f8056e62d4ee6063af909dc956f67ec509e0c3cd Mon Sep 17 00:00:00 2001 From: jif-oai Date: Fri, 30 Jan 2026 10:02:46 +0100 Subject: [PATCH] nit: actually run tests (#10217) --- codex-rs/core/tests/suite/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/tests/suite/mod.rs b/codex-rs/core/tests/suite/mod.rs index 0744624a9..defc70435 100644 --- a/codex-rs/core/tests/suite/mod.rs +++ b/codex-rs/core/tests/suite/mod.rs @@ -73,6 +73,7 @@ mod tool_harness; mod tool_parallelism; mod tools; mod truncation; +mod turn_state; mod undo; mod unified_exec; mod unstable_features_warning;