Skip to content

Commit 58a3098

Browse files
authored
fix broken fuzzing github action job (simdjson#1221)
1 parent 8a68163 commit 58a3098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzzers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
101101
- name: Package the corpus into an artifact
102102
run: |
103-
for fuzzer in $allfuzzers; do
103+
for fuzzer in $defaultimplfuzzers $implfuzzers; do
104104
tar rf corpus.tar out/$fuzzer
105105
done
106106

0 commit comments

Comments
 (0)