ci: Run more tests

This commit is contained in:
Jonas Platte 2021-08-16 22:37:11 +02:00
parent 15ec0bd78e
commit cd06c16e06
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -66,7 +66,7 @@ impl CiTask {
cmd!("rustup run stable cargo check -p ruma-identifiers --no-default-features").run()?;
// 2. Run tests
cmd!("rustup run stable cargo test --workspace --features unstable-pre-spec").run()
cmd!("rustup run stable cargo test --workspace --features full,unstable-pre-spec").run()
}
fn build_nightly(&self) -> xshell::Result<()> {