Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[alias]

quick = "make quick"
tidy = "make tidy"

# Run Clippy on all code paths
# Keep args in sync with `clippy` job in .github/workflows/build-test.yml
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ Each commit and pull request should follow the [style guide][style_guide] and be

Handy commands (run from the root directory):

- `cargo tidy` runs tidy-checks (not including fmt/clippy)
- `cargo quick` runs the fastest tests and lints.
- `cargo ci` runs all tests and lints.
- `cargo make ci-all` runs all tests and lints

### Structure of commits in a Pull Request

Expand Down