Skip to content

Commit

Permalink
ci: reset cached fuzzing corpus
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 31, 2021
1 parent 0e38a15 commit 36cb0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
command: bash <(curl -s https://codecov.io/bash)
- restore_cache:
keys:
- corpus
- corpus-v2
- run:
name: "Fuzzing"
command: |
Expand All @@ -49,7 +49,7 @@ jobs:
timeout --preserve-status --signal INT 1m go-fuzz -procs=2
test ! "$(ls crashers)"
- save_cache:
key: corpus-{{ epoch }}
key: corpus-v2-{{ epoch }}
paths:
- corpus
- run:
Expand Down

0 comments on commit 36cb0ee

Please sign in to comment.