doc: Add missing RUST_BACKTRACE=1

This will print a backtrace when an internal code error happened.
This commit is contained in:
MarcoFalke 2024-02-09 10:31:40 +01:00
parent fa10051267
commit fa770fd368
No known key found for this signature in database

View file

@ -19,7 +19,7 @@ test runner
To run all the lint checks in the test runner outside the docker, use:
```sh
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run )
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && RUST_BACKTRACE=1 cargo run )
```
#### Dependencies