Skip to content
This repository was archived by the owner on Nov 9, 2025. It is now read-only.

Commit 81c8790

Browse files
alexhereticVeykril
authored andcommitted
CI: Add TEST_BENCHES
1 parent b4220df commit 81c8790

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.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)