Skip to content

Commit

Permalink
build: Fix daily fuzzing
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 authored Sep 17, 2024
1 parent d8eb69d commit c02e55d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ jobs:

- run: |
mkdir -p fuzz/corpus/${{ matrix.target }}
cargo +nightly fuzz run --release ${{ matrix.target }} fuzz/corpus/${{ matrix.target }} fuzz/seeds/${{ matrix.target }} -- -dict=fuzz/dict -max_total_time=3600
cargo +nightly fuzz run --release ${{ matrix.target }} fuzz/corpus/${{ matrix.target }} fuzz/seeds -- -dict=fuzz/dict -max_total_time=3600

0 comments on commit c02e55d

Please sign in to comment.