Skip to content

Commit 5cff374

Browse files
fixup! feat: make codspeed target path different depending on measurement mode
1 parent 6ad9ee9 commit 5cff374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cargo-codspeed/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub fn build_benches(
165165
features: &features,
166166
profile: &profile,
167167
}
168-
.build(metadata, quiet, &measurement_mode)?;
168+
.build(metadata, quiet, measurement_mode)?;
169169

170170
if built_benches.is_empty() {
171171
bail!(

0 commit comments

Comments
 (0)