Run the local test suite:
- •Execute
make testfrom the project root - •Monitor the output for test results
- •Report any failures and their details
- •Suggest fixes if tests fail
使用 make test 构建并运行本地测试套件。适用于需要运行测试或验证变更时使用。
--- frontmattername: test-local description: Build and run the local test suite using make test. Use when you need to run tests or verify changes. disable-model-invocation: true
Run the local test suite:
make test from the project root