docs-contributing-testing-locally.md
March 7, 2026 ยท View on GitHub
Testing locally
- Clone submodules
git submodule init
git submodule update
- Install cargo hack
cargo +stable install cargo-hack --locked
- Run tests and linting, eg:
make fmt tests