mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
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:
@@ -105,7 +105,7 @@ tasks.register("fuzzReth") {
|
||||
}
|
||||
|
||||
tasks.register("fuzzAll") {
|
||||
dependsOn fuzzEvm1, fuzzEthJS, fuzzGeth, fuzzNethermind, fuzzReth
|
||||
dependsOn fuzzEvmone, fuzzEthereumJS, fuzzGeth, fuzzNethermind, fuzzReth
|
||||
}
|
||||
|
||||
jacoco {
|
||||
|
||||
Reference in New Issue
Block a user