Skip to content

Commit

Permalink
ci: update test-fuzz installation (paradigmxyz#5126)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush authored Oct 21, 2023
1 parent 3a8fe5a commit a0c463a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-test-fuzz afl
- name: Force install cargo-afl
run: |
cargo install --force afl
cargo afl --version
args: cargo-test-fuzz cargo-afl
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov

Expand Down

0 comments on commit a0c463a

Please sign in to comment.