From edc099bcc8d465d53a061b158909b7ccbf9755fd Mon Sep 17 00:00:00 2001 From: shan8851 Date: Tue, 17 Sep 2024 22:54:49 +0100 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b4d041..cb8c090 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ build: # Run tests for smart contracts test: @echo "Running smart contract tests..." - @forge test -C $(CONTRACTS_DIR) + @cd $(CONTRACTS_DIR) && forge test # Deploy to local network (if local node is running) deploy-local: