Skip to content

Commit a60e286

Browse files
committed
fix
1 parent 3b84dd4 commit a60e286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go test -short -cover -coverprofile=coverage.out -covermode=atomic ./...
2525
2626
- name: fuzz
27-
run: go test -list . | grep Fuzz | xargs -P 8 -I {} go test -fuzz {} -fuzztime 5s ./base10quant
27+
run: go test -list . | grep Fuzz | xargs -P 8 -I {} go test -fuzz {} -fuzztime 10s .
2828

2929
- name: codecov.io coverage
3030
uses: codecov/[email protected]

0 commit comments

Comments
 (0)