ci: Add sliding-sync and experimental-timeline to clippy check
This commit is contained in:
committed by
Jonas Platte
parent
785a3349ab
commit
fa71122e7d
+2
-1
@@ -173,7 +173,8 @@ fn check_clippy() -> Result<()> {
|
||||
cmd!(
|
||||
"rustup run nightly cargo clippy --workspace --all-targets
|
||||
--exclude matrix-sdk-crypto --exclude xtask
|
||||
--no-default-features --features native-tls,sso-login
|
||||
--no-default-features
|
||||
--features native-tls,sliding-sync,sso-login,experimental-timeline
|
||||
-- -D warnings"
|
||||
)
|
||||
.run()?;
|
||||
|
||||
Reference in New Issue
Block a user