Fix running client crate tests

This commit is contained in:
Antonio Scandurra 2023-04-11 17:43:05 +02:00
parent 5eb1719ab8
commit 42b10044fc

View File

@ -45,3 +45,4 @@ collections = { path = "../collections", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
rpc = { path = "../rpc", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }