diff --git a/codex-rs/exec/tests/all.rs b/codex-rs/exec/tests/all.rs index dcb58b683a..6fd2c163a2 100644 --- a/codex-rs/exec/tests/all.rs +++ b/codex-rs/exec/tests/all.rs @@ -1,4 +1,5 @@ // Single integration test binary that aggregates all test modules. // The submodules live in `tests/suite/`. -mod event_processor_with_json_output; mod suite; + +mod event_processor_with_json_output;