Skip to content

Commit

Permalink
evm: less fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Jan 15, 2024
1 parent 981155f commit bdf7b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: dependencies

.PHONY: test
test: dependencies
forge test --fork-url ${TESTING_FORK_RPC} -vv --fail-fast
forge test --fork-url ${TESTING_FORK_RPC} -vv --fail-fast --fuzz-runs 128

.PHONY: gas-report
gas-report: dependencies
Expand Down

0 comments on commit bdf7b77

Please sign in to comment.