From 6ba71d9a9c186640ae8625f69709b7abcf9a82ad Mon Sep 17 00:00:00 2001 From: malgus01 Date: Thu, 25 Sep 2025 08:13:25 -0700 Subject: [PATCH 1/2] feat: Add test test-verbose test-gas test-coverage test-unit test-integration test-fork test-specific test-watch --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 72435f8..3a2b7b6 100644 --- a/makefile +++ b/makefile @@ -414,3 +414,4 @@ emergency-withdraw: ## Emergency withdraw (requires EMERGENCY_TOKEN) # ================================================================ .PHONY: install update clean reset build rebuild build-optimized build-sizes +.PHONY: test test-verbose test-gas test-coverage test-unit test-integration test-fork test-specific test-watch From 4e5167e00eeb8654708cafd8003ea3161b0b4995 Mon Sep 17 00:00:00 2001 From: malgus01 Date: Thu, 25 Sep 2025 08:13:43 -0700 Subject: [PATCH 2/2] feat: Add fmt fmt-check lint analyze mythril audit-prep --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 3a2b7b6..2898437 100644 --- a/makefile +++ b/makefile @@ -415,3 +415,4 @@ emergency-withdraw: ## Emergency withdraw (requires EMERGENCY_TOKEN) .PHONY: install update clean reset build rebuild build-optimized build-sizes .PHONY: test test-verbose test-gas test-coverage test-unit test-integration test-fork test-specific test-watch +.PHONY: fmt fmt-check lint analyze mythril audit-prep