mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-27 16:07:46 +00:00
CI: Add TEST_BENCHES
This commit is contained in:
parent
b4220df673
commit
81c8790a17
5
.github/ci.rs
vendored
5
.github/ci.rs
vendored
@ -39,6 +39,11 @@ fn try_main() -> Result<()> {
|
||||
shell("cargo test --no-default-features --workspace")?;
|
||||
}
|
||||
|
||||
{
|
||||
let _s = Section::new("TEST_BENCHES");
|
||||
shell("cargo test --benches --all-features")?;
|
||||
}
|
||||
|
||||
let current_branch = shell_output("git branch --show-current")?;
|
||||
if ¤t_branch == "master" {
|
||||
let _s = Section::new("PUBLISH");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user