Skip to content

Commit

Permalink
chore(fuzz): del logs does not need target
Browse files Browse the repository at this point in the history
  • Loading branch information
glennib committed Dec 29, 2024
1 parent ba3fdd6 commit 7b40c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default:
fuzz target time="30" jobs="24":
cargo +nightly fuzz run {{target}} -- -jobs={{jobs}} -workers="$(nproc)" -max_total_time={{time}}

fuzz-del-logs target:
fuzz-del-logs:
rm fuzz-*.log

fuzz-merge target:
Expand Down

0 comments on commit 7b40c31

Please sign in to comment.