ci: Run unstable-pre-spec tests
This commit is contained in:
parent
0f2586f2d3
commit
e423d27c27
@ -66,7 +66,7 @@ impl CiTask {
|
|||||||
cmd!("rustup run stable cargo check -p ruma-identifiers --no-default-features").run()?;
|
cmd!("rustup run stable cargo check -p ruma-identifiers --no-default-features").run()?;
|
||||||
|
|
||||||
// 2. Run tests
|
// 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<()> {
|
fn build_nightly(&self) -> xshell::Result<()> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user