Serialize config tests with env mutex

This commit is contained in:
thePR0M3TH3AN
2025-05-22 12:37:29 -04:00
parent 695af35c84
commit bc8e4fbdab
6 changed files with 20 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ json = ["serde_json"]
[dev-dependencies]
# for temporary directories in config_tests.rs and scan_tests.rs
tempfile = "3"
lazy_static = "1"
# you already have rusqlite in [dependencies], so scan_tests.rs
# can just use rusqlite::Connection, no need to repeat it here.