We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06ee90 commit 1e1419aCopy full SHA for 1e1419a
1 file changed
src/run/runner/helpers/introspected_golang/go.sh
@@ -37,10 +37,10 @@ if [ "$1" = "test" ]; then
37
debug_log "Detected 'test' command, routing to go-runner"
38
39
# Find go-runner or install if not found
40
- GO_RUNNER=$(which go-runner 2>/dev/null || true)
+ GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true)
41
if [ -z "$GO_RUNNER" ]; then
42
curl -fsSL http://github.com/CodSpeedHQ/runner/releases/latest/download/go-runner-installer.sh | bash -s -- --quiet
43
44
fi
45
46
debug_log "Using go-runner at: $GO_RUNNER"
0 commit comments