chore: enable test feature when running test
This commit is contained in:
parent
3bf5fb057d
commit
0da1b2433b
|
|
@ -98,7 +98,7 @@ tempfile = "3.9.0"
|
|||
assert-json-diff = "2.0.2"
|
||||
scraper = "0.17.1"
|
||||
client-api-test-util = { path = "libs/client-api-test-util" }
|
||||
client-api = { path = "libs/client-api", features = ["collab-sync", "test_util", "sync_verbose_log"] }
|
||||
client-api = { path = "libs/client-api", features = ["collab-sync", "test_util", "sync_verbose_log","test_fast_sync"] }
|
||||
opener = "0.6.1"
|
||||
image = "0.23.14"
|
||||
collab-folder = { version = "0.1.0" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue