We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480a3eb commit 94bd99bCopy full SHA for 94bd99b
.github/workflows/go.yml
@@ -25,4 +25,4 @@ jobs:
25
run: go test -timeout 20m -v ./glob_bench_test/sort_test.go
26
27
- name: Benchmark
28
- run: go test -bench=. -cpu 1,2,4,8,16,32 -benchmem -v ./glob_bench_test/sort_bench_test.go
+ 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