marking integration tests
Some checks failed
CI / Rustfmt (push) Successful in 22s
CI / Clippy (push) Failing after 1m54s
CI / Cargo Audit & Deny (push) Successful in 33s
CI / Web Blocking Checks (push) Successful in 49s
CI / Security Blocking Checks (push) Successful in 8s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Successful in 37s
CI / Tests (push) Failing after 8m46s

This commit is contained in:
2026-03-05 16:33:06 -06:00
parent 4b0000c116
commit 48b6ca6bd7
13 changed files with 102 additions and 152 deletions

View File

@@ -34,11 +34,11 @@ dashmap = { workspace = true }
serde_yaml_ng = { workspace = true }
validator = { workspace = true }
futures = { workspace = true }
rand = "0.8"
rand = "0.10"
[dev-dependencies]
tempfile = { workspace = true }
criterion = "0.5"
criterion = "0.8"
[[bench]]
name = "context_clone"