Skip to content

Commit

Permalink
evm: fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
a5-pickle committed Jan 15, 2024
1 parent 2fe448c commit 981155f
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
forge test --fork-url ${TESTING_FORK_RPC} -vv --fail-fast

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

0 comments on commit 981155f

Please sign in to comment.