Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/src/guides/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ Commands:

### Running unit tests

Unit tests require preprocessed artifacts from the contracts submodule. These can be prepared by running:

```bash
zkstack dev contracts
```

You can run unit tests for the Rust crates in the project by running:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/src/guides/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ npm install -g yarn
yarn set version 1.22.19

# For running unit tests
cargo install cargo-nextest
cargo install cargo-nextest --version 0.9.109 --locked
# SQL tools
cargo install sqlx-cli --version 0.8.1

Expand Down
Loading