tests are robusts running in parallel

This commit is contained in:
filipriec
2025-06-18 22:38:00 +02:00
parent 4843b0778c
commit e25213ed1b
4 changed files with 65 additions and 37 deletions

View File

@@ -42,3 +42,4 @@ path = "src/lib.rs"
tokio = { version = "1.44", features = ["full", "test-util"] }
rstest = "0.25.0"
lazy_static = "1.5.0"
rand = "0.9.1"