Add initial coordinator e2e tests

This commit is contained in:
Luke Parker
2023-08-01 19:00:48 -04:00
parent e3a70ef0dc
commit d5c787fea2
15 changed files with 314 additions and 6 deletions

View File

@@ -42,7 +42,10 @@ serai-client = { path = "../substrate/client", features = ["serai"] }
hex = "0.4"
serde_json = { version = "1", default-features = false }
log = "0.4"
env_logger = "0.10"
tokio = { version = "1", features = ["rt-multi-thread", "sync", "time", "macros"] }
[dev-dependencies]