Skip to content

Commit 76ec1d1

Browse files
committed
Update workflow
1 parent 5c68a7f commit 76ec1d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/contracts-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
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

contracts/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)