mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: update test-fuzz installation (#5126)
This commit is contained in:
6
.github/workflows/fuzz.yml
vendored
6
.github/workflows/fuzz.yml
vendored
@ -41,11 +41,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
args: cargo-test-fuzz afl
|
args: cargo-test-fuzz cargo-afl
|
||||||
- name: Force install cargo-afl
|
|
||||||
run: |
|
|
||||||
cargo install --force afl
|
|
||||||
cargo afl --version
|
|
||||||
- name: Install cargo-llvm-cov
|
- name: Install cargo-llvm-cov
|
||||||
uses: taiki-e/install-action@cargo-llvm-cov
|
uses: taiki-e/install-action@cargo-llvm-cov
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user