Add a Docker-based test for the message-queue service

This commit is contained in:
Luke Parker
2023-07-20 18:53:03 -04:00
parent ceeb57470f
commit 9effd5ccdc
14 changed files with 439 additions and 25 deletions

View File

@@ -55,7 +55,7 @@ log = "0.4"
tokio = { version = "1", features = ["full"] }
rocksdb = "0.21"
serai-db = { path = "../common/db", default-features = false }
serai-db = { path = "../common/db", default-features = false, features = ["rocksdb"] }
serai-env = { path = "../common/env" }
serai-client = { path = "../substrate/client", default-features = false }