ci: Run unstable-pre-spec tests

This commit is contained in:
Jonas Platte 2021-06-29 10:36:43 +02:00
parent 0f2586f2d3
commit e423d27c27
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

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").run()
cmd!("rustup run stable cargo test --workspace --features unstable-pre-spec").run()
}
fn build_nightly(&self) -> xshell::Result<()> {