Skip to content

Commit

Permalink
add cargo test --workspace to beginning of TEST task
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Sep 13, 2024
1 parent bd54bf7 commit 7317eae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ fn main() -> xshell::Result<()> {
{
let _s = section("TEST");

cmd!(sh, "cargo test --workspace").run()?;

for &release in &[None, Some("--release")] {
cmd!(sh, "cargo test --features unstable {release...}").run()?;
cmd!(
Expand Down

0 comments on commit 7317eae

Please sign in to comment.