chore(core): test apply_patch_cli on Windows (#7554)

## Summary
These tests pass on windows, let's enable them.

## Testing
- [x] These are more tests
This commit is contained in:
Dylan Hurd
2025-12-04 10:39:45 -08:00
committed by GitHub
parent 291b54a762
commit 37c36024c7

View File

@@ -15,7 +15,6 @@ pub static CODEX_ALIASES_TEMP_DIR: TempDir = unsafe {
#[cfg(not(target_os = "windows"))]
mod abort_tasks;
#[cfg(not(target_os = "windows"))]
mod apply_patch_cli;
#[cfg(not(target_os = "windows"))]
mod approvals;