We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379c852 commit d541154Copy full SHA for d541154
.github/workflows/fuzz.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
mkdir corpus
62
mkdir artifacts
63
- ./fuzz -only_ascii=1 -timeout=5 -fork=$(nproc) -use_value_profile=1 -timeout_exitcode=0 -max_total_time=60 -artifact_prefix=./artifacts/ corpus corpus_test
+ ./fuzz -only_ascii=1 -timeout=5 -fork=$(nproc) -use_value_profile=1 -timeout_exitcode=0 -max_total_time=60 -artifact_prefix=./artifacts/ corpus
64
# if a crash happens with a file from the corpus the fuzzer will not fail - so fail if any artifacts have been written
65
test $(find ./artifacts -type f | wc -l) -eq 0
66
0 commit comments