forked from extern/nushell
04473a5593
Updating the Clippy and `cargo test` instructions to be more similar to what we do in CI. Will speed things up a bit for contributors.
12 lines
488 B
Markdown
12 lines
488 B
Markdown
# Description
|
|
|
|
(description of your pull request here)
|
|
|
|
# Tests
|
|
|
|
Make sure you've run and fixed any issues with these commands:
|
|
|
|
- [ ] `cargo fmt --all -- --check` to check standard code formatting (`cargo fmt --all` applies these changes)
|
|
- [ ] `cargo clippy --workspace --features=extra -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect` to check that you're using the standard code style
|
|
- [ ] `cargo test --workspace --features=extra` to check that all the tests pass
|