Skip to content

Commit 1e1419a

Browse files
committed
refactor: change go-runner binary name
1 parent b06ee90 commit 1e1419a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/run/runner/helpers/introspected_golang

src/run/runner/helpers/introspected_golang/go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ if [ "$1" = "test" ]; then
3737
debug_log "Detected 'test' command, routing to go-runner"
3838

3939
# Find go-runner or install if not found
40-
GO_RUNNER=$(which go-runner 2>/dev/null || true)
40+
GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true)
4141
if [ -z "$GO_RUNNER" ]; then
4242
curl -fsSL http://github.com/CodSpeedHQ/runner/releases/latest/download/go-runner-installer.sh | bash -s -- --quiet
43-
GO_RUNNER=$(which go-runner 2>/dev/null || true)
43+
GO_RUNNER=$(which codspeed-go-runner 2>/dev/null || true)
4444
fi
4545

4646
debug_log "Using go-runner at: $GO_RUNNER"

0 commit comments

Comments
 (0)