We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b84dd4 commit a60e286Copy full SHA for a60e286
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
go test -short -cover -coverprofile=coverage.out -covermode=atomic ./...
25
26
- name: fuzz
27
- run: go test -list . | grep Fuzz | xargs -P 8 -I {} go test -fuzz {} -fuzztime 5s ./base10quant
+ run: go test -list . | grep Fuzz | xargs -P 8 -I {} go test -fuzz {} -fuzztime 10s .
28
29
- name: codecov.io coverage
30
uses: codecov/[email protected]
0 commit comments