Skip to content

Commit

Permalink
chore: add cache in fuzz test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Mar 7, 2024
1 parent 8e70b99 commit 4114f21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
# Shares across multiple jobs
shared-key: "fuzz-test-targets"
- name: Set Rust Fuzz
shell: bash
run: |
Expand Down

0 comments on commit 4114f21

Please sign in to comment.