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.
1 parent 6daee7a commit 307b2f5Copy full SHA for 307b2f5
.github/ci.rs
@@ -39,6 +39,11 @@ fn try_main() -> Result<()> {
39
shell("cargo test --no-default-features --workspace")?;
40
}
41
42
+ {
43
+ let _s = Section::new("TEST_BENCHES");
44
+ shell("cargo test --benches --all-features")?;
45
+ }
46
+
47
let current_branch = shell_output("git branch --show-current")?;
48
if ¤t_branch == "master" {
49
let _s = Section::new("PUBLISH");
0 commit comments