Expand approvals integration coverage (#5358)

Improve approval coverage
This commit is contained in:
pakrym-oai
2025-10-20 09:11:43 -07:00
committed by GitHub
parent d87f87e25b
commit 540abfa05e
2 changed files with 1177 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,8 @@
#[cfg(not(target_os = "windows"))] #[cfg(not(target_os = "windows"))]
mod abort_tasks; mod abort_tasks;
#[cfg(not(target_os = "windows"))]
mod approvals;
mod cli_stream; mod cli_stream;
mod client; mod client;
mod compact; mod compact;