Skip to content

Commit c4d1c06

Browse files
committed
CI: Add TEST_BENCHES
1 parent 41112ce commit c4d1c06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/ci.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ fn try_main() -> Result<()> {
3939
shell("cargo test --no-default-features --workspace")?;
4040
}
4141

42+
{
43+
let _s = Section::new("TEST_BENCHES");
44+
shell("cargo test --benches --all-features")?;
45+
}
46+
4247
let current_branch = shell_output("git branch --show-current")?;
4348
if &current_branch == "master" {
4449
let _s = Section::new("PUBLISH");

0 commit comments

Comments
 (0)