Finish fuzz after some time

This commit is contained in:
Wilson Lin 2021-04-15 14:15:58 +10:00
parent 03d7e4c3f3
commit 01e0027fff
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ jobs:
working-directory: ./fuzz
run: |
echo core | sudo tee /proc/sys/kernel/core_pattern
cargo afl fuzz -i in -o out target/debug/minify-html-fuzz-target
# Hide verbose stdout (not stderr) logging.
timeout 5h cargo afl fuzz -i in -o out target/debug/minify-html-fuzz-target > /dev/null || true
- name: Set up Backblaze B2 CLI
uses: wilsonzlin/setup-b2@v3