Skip to content

Conversation

@Neros0
Copy link
Contributor

@Neros0 Neros0 commented Sep 27, 2025

Description

This PR expands the project's Makefile by introducing a new set of CI-related and developer convenience commands. These additions improve automation, testing efficiency, and local development workflows.


✅ Summary of Additions

Category Commands Added Purpose
CI / Automation ci-test, ci-coverage, ci-build, ci-full Enables standardized Continuous Integration runs for testing, coverage reporting, and full build pipelines
Simulation & Monitoring simulate, monitor, balance Provides quick access to runtime diagnostics & state observation tools
Developer Utilities dev, quick-test, deploy-test, full-check Shortcuts for faster local iteration, deployment staging, and pre-commit validation

📦 Code Changes (Makefile)

@@ -422,4 +422,7 @@ emergency-withdraw: ## Emergency withdraw (requires EMERGENCY_TOKEN)
 .PHONY: docs docs-serve
 .PHONY: gas-snapshot gas-diff gas-report
 .PHONY: check-updates update-foundry node-modules env-check
+.PHONY: ci-test ci-coverage ci-build ci-full
+.PHONY: simulate monitor balance
+.PHONY: dev quick-test deploy-test full-check

@DianaRicee DianaRicee self-requested a review September 27, 2025 19:21
@DianaRicee DianaRicee added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 27, 2025
@DianaRicee DianaRicee merged commit 19e0e4d into main Sep 27, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants