Skip to content

Commit

Permalink
build: print crashers after fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 29, 2024
1 parent ef14c4d commit 829648f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ jobs:
- name: Fuzz
run: |
go test ./test/fuzz/... -fuzz Fuzz -fuzztime 10m
- name: Report Failures
if: ${{ failure() }}
run: |
find ./test/fuzz/testdata/fuzz/ -type f | xargs -n1 tail -n +1 -v

0 comments on commit 829648f

Please sign in to comment.