Add Compound Request tests (Phase 4)
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled

This commit is contained in:
Warren
2026-06-22 05:13:02 +08:00
parent c89f6c96ae
commit e267b43424
2 changed files with 113 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ name = "integration_negotiate"
path = "tests/integration_negotiate.rs"
required-features = ["localfs"]
[[test]]
name = "integration_compound"
path = "tests/integration_compound.rs"
required-features = ["localfs"]
[profile.release]
opt-level = 3
lto = true