Skip to content

Commit

Permalink
Fuzz action uses rust compilation caches (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 authored Sep 16, 2024
1 parent 23bba48 commit 4beaf98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cleanup
- uses: ./.github/actions/setup-rust
- name: Install cargo fuzz
run: cargo install cargo-fuzz
- uses: actions/cache@v4
Expand Down

0 comments on commit 4beaf98

Please sign in to comment.