We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9457ea commit 140fee0Copy full SHA for 140fee0
go-runner/src/builder/patcher.rs
@@ -323,7 +323,7 @@ pub fn install_codspeed_dependency<P: AsRef<Path>>(module_dir: P) -> anyhow::Res
323
324
// Ensure we have the latest codspeed-go package installed. Just
325
// use the local one which might contain uncommitted changes.
326
- if std::env::var("CODSPEED_LOCAL_GO_PKG").is_ok() || cfg!(test) {
+ if std::env::var("CODSPEED_GO_PKG_VERSION").is_ok() || cfg!(test) {
327
replace_pkg(folder)?;
328
}
329
0 commit comments