add clarification to readme

This commit is contained in:
Dmitriy Ryajov 2023-04-10 14:32:21 -06:00
parent eb8db5d233
commit 3cd124d224
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ Nex, compile circuits:
Running the tests:
```sh
cargo test -r # run tests in release mode by default for speed
cargo test # don't run in release more as it dissables circuit assets
```