Skip to content

Testing

Use focused checks before broader checks.

CommandRun fromPurpose
pnpm run test:gorepository rootRun Go API tests.
pnpm run build:gorepository rootCompile Go API packages.
pnpm run docs:checkrepository rootType-check and validate Astro docs content.
pnpm run docs:buildrepository rootBuild the static docs site.

When changing docs content, run both docs:check and docs:build before requesting review.