Skip to content

Commit

Permalink
remove test constants
Browse files Browse the repository at this point in the history
  • Loading branch information
KitHat committed Dec 11, 2024
1 parent c131bbb commit 7e2fb3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generic-weekly-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ jobs:
run: cargo afl config --build
working-directory: generic-template/template-fuzzer

# this is set for 30 minutes for testing purposes
- name: Run Ziggy Fuzzing
run: |
AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 timeout 30m cargo ziggy fuzz -t 20 || true
AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 timeout 5h cargo ziggy fuzz -t 20 || true
working-directory: generic-template/template-fuzzer

- name: Zip Artifacts
Expand Down

0 comments on commit 7e2fb3b

Please sign in to comment.