Skip to content

Commit

Permalink
chore: Rename fuzz target to test-fuzz in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Sep 25, 2024
1 parent f99576f commit 98f04e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,5 @@ pathfinder: juno-cached
--p2p-private-key="54a695e2a5d5717d5ba8730efcafe6f17251a1955733cffc55a4085fbf7f5d2c1b4009314092069ef7ca9b364ce3eb3072531c64dfb2799c6bad76720a5bdff0" \
--metrics-port=9094

fuzz: ## run fuzzing script
test-fuzz: ## run fuzzing script
./scripts/fuzzAll.sh

0 comments on commit 98f04e0

Please sign in to comment.