Skip to content

Commit 4a765c3

Browse files
committed
Fix global config data race for unit tests
1 parent e8f9745 commit 4a765c3

3 files changed

Lines changed: 280 additions & 221 deletions

File tree

Cargo.lock

Lines changed: 38 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ warp = { version = "0.4.1", features = ["server"] }
3232

3333
[build-dependencies]
3434
shadow-rs = "1.2.1"
35+
36+
[dev-dependencies]
37+
parking_lot = "0.12.4"

0 commit comments

Comments
 (0)