Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
working-directory: ./fuzz
run: |
DURATION=${{ inputs.duration || '300' }}
./run_all_fuzz_tests.sh $DURATION
bash run_all_fuzz_tests.sh $DURATION

- name: Save corpus cache
if: always()
Expand Down
Loading