Workspace-Wide Test Suites
Core Tests
bash
# Rust tests only
make test
# Rust tests + tooling tests + tooling lint
make test-all
# Rust tests + tooling tests + C# runtime tests
make test-all-fullTooling Tests
bash
# TypeScript package tests (Hardhat, Foundry, ABI router, CLI tools)
make tooling-test
# TypeScript linting
make tooling-lintC# Runtime Tests
bash
# Requires .NET 8 SDK
make runtime-test