Serialize integration tests

This commit is contained in:
Prabhpreet Dua
2024-04-16 06:45:05 +05:30
parent 15aafe7563
commit 8d20e77173
4 changed files with 163 additions and 1 deletions

View File

@@ -46,4 +46,5 @@ anyhow = { workspace = true }
criterion = { workspace = true }
test_bin = { workspace = true }
stacker = { workspace = true }
procspawn = {workspace = true}
procspawn = {workspace = true}
serial_test = {workspace = true}