Skip to content

Commit d541154

Browse files
committed
s
1 parent 379c852 commit d541154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
mkdir corpus
6262
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
63+
./fuzz -only_ascii=1 -timeout=5 -fork=$(nproc) -use_value_profile=1 -timeout_exitcode=0 -max_total_time=60 -artifact_prefix=./artifacts/ corpus
6464
# if a crash happens with a file from the corpus the fuzzer will not fail - so fail if any artifacts have been written
6565
test $(find ./artifacts -type f | wc -l) -eq 0
6666

0 commit comments

Comments
 (0)