Skip to content

Commit

Permalink
Also run alloc tests in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Mar 2, 2021
1 parent a52c8ee commit 526ac09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ fn try_main() -> Result<()> {
cmd!("cargo test --features 'unstable std parking_lot' --no-default-features").run()?;
cmd!("cargo test --features 'unstable std parking_lot' --no-default-features --release")
.run()?;

cmd!("cargo test --features 'unstable alloc' --no-default-features --test it").run()?;
cmd!("cargo test --features 'unstable std parking_lot alloc' --no-default-features")
.run()?;
}

{
Expand Down

0 comments on commit 526ac09

Please sign in to comment.