Skip to content

Commit 6c1acee

Browse files
Remove -timeout flag from CodSpeed benchmark command
1 parent 6dac56a commit 6c1acee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
3939
with:
4040
mode: walltime
41-
run: go test -bench=. -benchtime=5s -timeout 300s ./internal/linter/
41+
run: go test -bench=. -benchtime=5s ./internal/linter/

0 commit comments

Comments
 (0)