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>
pull/7522/head
Danno Ferrin 3 months ago committed by GitHub
parent a851507cb3
commit 4f51d4d696
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      testfuzz/build.gradle

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

Loading…
Cancel
Save