Skip to content

Testing Commands

Use focused checks before broader checks.

CommandRun fromPurpose
pnpm run test:goopen-core/Run Go API tests.
pnpm run build:goopen-core/Compile Go API packages.
pnpm run docs:checkopen-core/Type-check and validate Astro docs content.
pnpm run docs:buildopen-core/Build the static docs site.

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