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 0c51e6d commit 480a3ebCopy full SHA for 480a3eb
.github/workflows/go.yml
@@ -22,7 +22,7 @@ jobs:
22
run: go build -v ./...
23
24
- name: Test
25
- run: go test -timeout 4m -v ./glob_bench_test/sort_test.go
+ 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
0 commit comments