chore: remove unnecessary step (#525)

This commit is contained in:
Bjerg
2022-12-19 18:59:47 +01:00
committed by GitHub
parent 6a36a6a58c
commit 8a63ef4025

View File

@ -49,9 +49,6 @@ jobs:
command: nextest
args: run --locked --workspace --all-features
- name: Install fuzzer
run: cargo install cargo-test-fuzz afl
fuzz:
# Pin to `20.04` instead of `ubuntu-latest`, until ubuntu-latest migration is complete
# See also <https://github.com/foundry-rs/foundry/issues/3827>