Skip to main content
Version: 1.1

Tests

Choose the narrowest test that exercises the behavior you changed:

Test typeUse it forTypical command
Unit testLogic contained within one crate or componentcargo nextest run -p <package>
Sqlness testSQL, protocol, planner, execution, and end-to-end regressionscargo sqlness bare -t <case>
Integration testBehavior that crosses components or requires external servicescargo nextest run -p tests-integration

Run make test when a change needs the full Rust workspace test suite.