recommend --release for tests

No need to slow every new contributor down with #6100

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-12-05 14:10:05 +01:00 committed by GitHub
parent a57f29e780
commit 3b5d6a6296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ Check [Building from source](BUILDING_FROM_SOURCE.md) for instructions.
Most contributors execute the following commands before pushing their code:
```sh
cargo test
cargo test --release
cargo fmt --all -- --check
cargo clippy --workspace --tests -- --deny warnings
```