Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
shan8851 committed Sep 17, 2024
1 parent 3fc76d4 commit edc099b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit edc099b

Please sign in to comment.