From 0da1b2433b95580dcc6ceec935b47997d94eab5d Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 2 Apr 2024 15:37:34 +0800 Subject: [PATCH] chore: enable test feature when running test --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ca42bd0..12f19dd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }