docs: min stack setting in debug mode

pull/24376/head
Nga Tran 2021-09-23 13:28:24 -04:00
parent c35ecf257d
commit ec08d5b37a
1 changed files with 5 additions and 0 deletions

View File

@ -144,6 +144,11 @@ You can also run in release mode with one step:
cargo run --release -- run cargo run --release -- run
``` ```
To run all available tests in debug mode, you may want to set min stack size to avoid the current known stack overflow issue:
```shell
RUST_MIN_STACK=10485760 cargo test --all
```
### Build a Docker image (optional) ### Build a Docker image (optional)
Building the Docker image requires: Building the Docker image requires: