Skip to content

Commit 1e31813

Browse files
committed
[temp] 5 iters only
1 parent 5052bf0 commit 1e31813

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

fuzz/ci-fuzz.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ cargo --color always hfuzz build -j8
4242
SUMMARY=""
4343

4444
log_time "Starting fuzz runs"
45+
TARGET_COUNT=0
4546
for TARGET in src/bin/*.rs; do
47+
TARGET_COUNT=$((TARGET_COUNT + 1))
48+
[ "$TARGET_COUNT" -gt 5 ] && break
4649
FILENAME=$(basename $TARGET)
4750
FILE="${FILENAME%.*}"
4851
CORPUS_DIR="hfuzz_workspace/$FILE/input"

0 commit comments

Comments
 (0)