Skip to content

Commit

Permalink
Fix fuzzing dependencies (hyperledger#7519)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shemnon and macfarla authored Aug 26, 2024
1 parent a851507 commit 4f51d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testfuzz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ tasks.register("fuzzReth") {
}

tasks.register("fuzzAll") {
dependsOn fuzzEvm1, fuzzEthJS, fuzzGeth, fuzzNethermind, fuzzReth
dependsOn fuzzEvmone, fuzzEthereumJS, fuzzGeth, fuzzNethermind, fuzzReth
}

jacoco {
Expand Down

0 comments on commit 4f51d4d

Please sign in to comment.