mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
ci: Test the experimental-algorithms feature of the crypto crate
This commit is contained in:
@@ -196,6 +196,18 @@ fn run_crypto_tests() -> Result<()> {
|
||||
.run()?;
|
||||
cmd!("rustup run stable cargo nextest run -p matrix-sdk-crypto --features=backups_v1").run()?;
|
||||
cmd!("rustup run stable cargo test --doc -p matrix-sdk-crypto --features=backups_v1").run()?;
|
||||
cmd!(
|
||||
"rustup run stable cargo clippy -p matrix-sdk-crypto --features=experimental-algorithms -- -D warnings"
|
||||
)
|
||||
.run()?;
|
||||
cmd!(
|
||||
"rustup run stable cargo nextest run -p matrix-sdk-crypto --features=experimental-algorithms"
|
||||
).run()?;
|
||||
cmd!(
|
||||
"rustup run stable cargo test --doc -p matrix-sdk-crypto --features=experimental-algorithms"
|
||||
)
|
||||
.run()?;
|
||||
|
||||
cmd!("rustup run stable cargo nextest run -p matrix-sdk-crypto-ffi").run()?;
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user