fix: enable resume_warning that was missing from mod.rs (#8333)

This test was introduced in https://github.com/openai/codex/pull/6507,
but was not included in `mod.rs`. It does not appear that it was getting
compiled?
This commit is contained in:
Michael Bolin
2025-12-19 11:21:47 -08:00
committed by GitHub
parent 7e5c343ef5
commit 0a7021de72
2 changed files with 1 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ mod quota_exceeded;
mod read_file;
mod remote_models;
mod resume;
mod resume_warning;
mod review;
mod rmcp_client;
mod rollout_list_find;