Skip to content

Commit

Permalink
Actually update corpus cache (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Sep 16, 2024
1 parent 1df39a4 commit 13f554a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
name: Restore corpus
with:
path: fuzz/corpus
key: array_ops
key: array_ops-${{ hashFiles('fuzz/corpus/array_ops/*') }}
restore-keys: |
array_ops-
- name: Run fuzzing target
run: RUST_BACKTRACE=1 cargo fuzz run array_ops -- -max_total_time=1800
continue-on-error: true
Expand Down

0 comments on commit 13f554a

Please sign in to comment.