Skip to content

Commit 4d5b332

Browse files
authored
fix: fix bench job failed (#721)
1 parent 1462737 commit 4d5b332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
UV_PATH: ${{ env.UV_PATH }}
3636
run: |
37-
go test -run=^$ -bench=. -benchmem -benchtime=30s ./...
37+
go test -run=^$ -bench=. -benchmem -benchtime=30s ./... > result.txt
3838
3939
- name: Remove License
4040
run: git stash

0 commit comments

Comments
 (0)