We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb6c8c commit aeb03a1Copy full SHA for aeb03a1
.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 -reduce_inputs=0 -timeout_exitcode=0 -max_total_time=60 -artifact_prefix=./artifacts/ corpus
+ ./fuzz -only_ascii=1 -timeout=5 -fork=$(nproc) -use_value_profile=1 -reduce_inputs=0 -timeout_exitcode=0 -max_total_time=60 -artifact_prefix=./artifacts/ corpus corpus_test
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
env:
0 commit comments