Skip to content

Local Build Setup

Terminal window
cargo test --workspace --lib --tests --all-features -- --skip test_sadf_test
cargo test -p openquant --test structural_breaks test_sadf_test -- --ignored
Terminal window
cd docs-site
bun run build
bun run check:links
bun run check:api-drift
bun run check:content-schema

Expected checkpoints:

  • Build succeeds.
  • Link checks return zero broken internal links.
  • API drift check is clean.
  • Content schema check passes.