Skip to content

Commit 1621b66

Browse files
Boshenart049
authored andcommitted
chore(cargo-codspeed): set verbosity to normal
1 parent 87506ab commit 1621b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/cargo-codspeed/src/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::{
66
use std::{collections::BTreeSet, fs::create_dir_all, rc::Rc};
77

88
use cargo::{
9-
core::{FeatureValue, Package, Workspace},
9+
core::{FeatureValue, Package, Verbosity, Workspace},
1010
ops::{CompileFilter, CompileOptions, Packages},
1111
util::{command_prelude::CompileMode, interning::InternedString},
1212
Config,
@@ -76,6 +76,7 @@ pub fn build_benches(
7676
all_benches
7777
};
7878

79+
ws.config().shell().set_verbosity(Verbosity::Normal);
7980
ws.config().shell().status_with_color(
8081
"Collected",
8182
format!(

0 commit comments

Comments
 (0)