Skip to content

Commit

Permalink
Simplify cargo-clippy step
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 24, 2023
1 parent 94ecff7 commit a52487f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ jobs:

# Clippy basically compile the project, hence it's faster to run it in
# the test-rust-matrix job where compilation cache is reused !
- uses: ./.github/actions/use-pre-commit
with:
extra-args: clippy --verbose
- name: Check rust lint with cargo-clippy
run: cargo clippy --workspace
timeout-minutes: 10

- name: Check rust code format
Expand Down

0 comments on commit a52487f

Please sign in to comment.