Skip to content

Commit 94bd99b

Browse files
committed
updated go.yml
1 parent 480a3eb commit 94bd99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: go test -timeout 20m -v ./glob_bench_test/sort_test.go
2626

2727
- name: Benchmark
28-
run: go test -bench=. -cpu 1,2,4,8,16,32 -benchmem -v ./glob_bench_test/sort_bench_test.go
28+
run: go test -timeout 20m -bench=. -cpu 1,2,4,8,16,32 -benchmem -v ./glob_bench_test/sort_bench_test.go

0 commit comments

Comments
 (0)