Fix fuzzing dependencies (#7519)

The fuzzAll task depended on targets that didn't exist.

Signed-off-by: Danno Ferrin <danno@numisight.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
Danno Ferrin
2024-08-25 22:56:54 -06:00
committed by GitHub
parent a851507cb3
commit 4f51d4d696

View File

@@ -105,7 +105,7 @@ tasks.register("fuzzReth") {
}
tasks.register("fuzzAll") {
dependsOn fuzzEvm1, fuzzEthJS, fuzzGeth, fuzzNethermind, fuzzReth
dependsOn fuzzEvmone, fuzzEthereumJS, fuzzGeth, fuzzNethermind, fuzzReth
}
jacoco {