diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 1c7fe29..baa3a61 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -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