ci: update test-fuzz installation (#5126)

This commit is contained in:
alpharush
2023-10-21 18:59:17 -05:00
committed by GitHub
parent 3a8fe5a734
commit a0c463a764

View File

@ -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