Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydubina committed Dec 13, 2024
1 parent 3b84dd4 commit a60e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go test -short -cover -coverprofile=coverage.out -covermode=atomic ./...
- name: fuzz
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 .

- name: codecov.io coverage
uses: codecov/[email protected]
Expand Down

0 comments on commit a60e286

Please sign in to comment.