name: run-tests description: Run tests to verify correctness after code changes. Use when the user asks to run tests, verify changes, or check that things still work. Runs Rust unit tests and integration tests. user_invocable: true
run-tests
Run tests to verify correctness after code changes.
Instructions
Run Rust unit tests:
tools/run-unit-testsRun integration tests:
tools/run-integration-testsYou can also run a specific suite:
tools/run-integration-tests --suite ast tools/run-integration-tests --suite fmt tools/run-integration-tests --suite perfetto-fmt tools/run-integration-tests --suite perfetto-val tools/run-integration-tests --suite amalg tools/run-integration-tests --suite grammarUse
tools/run-integration-tests --listto see all available suites.Report results to the user, including any failures with relevant output.