Skip to content

Commit 7317eae

Browse files
committed
add cargo test --workspace to beginning of TEST task
1 parent bd54bf7 commit 7317eae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xtask/src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ fn main() -> xshell::Result<()> {
2121
{
2222
let _s = section("TEST");
2323

24+
cmd!(sh, "cargo test --workspace").run()?;
25+
2426
for &release in &[None, Some("--release")] {
2527
cmd!(sh, "cargo test --features unstable {release...}").run()?;
2628
cmd!(

0 commit comments

Comments
 (0)