mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-13 18:45:44 -04:00
test(sdk): Put sliding_sync behind its feature flag.
This commit is contained in:
@@ -16,6 +16,7 @@ use wiremock::{
|
||||
mod client;
|
||||
mod refresh_token;
|
||||
mod room;
|
||||
#[cfg(feature = "experimental-sliding-sync")]
|
||||
mod sliding_sync;
|
||||
|
||||
#[cfg(all(test, not(target_arch = "wasm32")))]
|
||||
|
||||
Reference in New Issue
Block a user