Merge pull request #6189 from roc-lang/contributing-tests

use `--release` for tests
This commit is contained in:
Anton-4 2023-12-05 16:33:09 +01:00 committed by GitHub
commit 385b90f7df
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
```