docs-contributing-testing-locally.md

March 7, 2026 ยท View on GitHub

Testing locally

  1. Clone submodules
git submodule init
git submodule update
  1. Install cargo hack
cargo +stable install cargo-hack --locked
  1. Run tests and linting, eg:
make fmt tests