File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - name : Run contract tests
4949 if : env.GIT_DIFF
5050 working-directory : ./contracts
51- run : forge test --verbosity 3
51+ run : forge test -vvvv
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ help:
2020 @echo " anvil-start - Start Anvil blockchain"
2121 @echo " anvil-stop - Stop Anvil blockchain"
2222 @echo " anvil-logs - View Anvil logs"
23+ @echo " anvil-health - Anvil deployment health check"
24+ @echo " anvil-debug - Debug Anvil deployment"
2325 @echo " deploy-manual - Deploy contracts to Anvil"
2426 @echo " test-deployed - Test deployed contracts"
2527 @echo " deploy-full - Complete manual deployment (start + deploy + test)"
26- @echo " anvil-health - Anvil deployment health check"
27- @echo " anvil-debug - Debug Anvil deployment"
2828
2929# Install dependencies
3030.PHONY : install-deps
You can’t perform that action at this time.
0 commit comments