mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
lint: Clarify lint runner rust dependency
This commit is contained in:
parent
015ac13dcc
commit
fad7f42324
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,11 @@ result is cached and it prevents issues when the image changes.
|
|||
test runner
|
||||
===========
|
||||
|
||||
To run all the lint checks in the test runner outside the docker, use:
|
||||
To run all the lint checks in the test runner outside the docker you first need
|
||||
to install the rust toolchain using your package manager of choice or
|
||||
[rustup](https://www.rust-lang.org/tools/install).
|
||||
|
||||
Then you can use:
|
||||
|
||||
```sh
|
||||
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && RUST_BACKTRACE=1 cargo run )
|
||||
|
|
Loading…
Add table
Reference in a new issue