We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo test --workspace
1 parent bd54bf7 commit 7317eaeCopy full SHA for 7317eae
xtask/src/main.rs
@@ -21,6 +21,8 @@ fn main() -> xshell::Result<()> {
21
{
22
let _s = section("TEST");
23
24
+ cmd!(sh, "cargo test --workspace").run()?;
25
+
26
for &release in &[None, Some("--release")] {
27
cmd!(sh, "cargo test --features unstable {release...}").run()?;
28
cmd!(
0 commit comments