Skip to content

Commit

Permalink
Update fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 24, 2024
1 parent b0f92eb commit 80eacad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ jobs:
external-scanner: src/scanner.c
time: 60
timeout: 5
- if: always()
run: |
find . -name 'build' |
xargs -IFNAME sh -c 'echo "\nPrinting FNAME" && cat FNAME'

0 comments on commit 80eacad

Please sign in to comment.