Skip to content

Commit

Permalink
Add Clippy CI
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Jul 30, 2023
1 parent cb20648 commit 27d5bb2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
with:
fetch-depth: 1
- name: Build
run: cargo build --all-targets --all-features --locked
run: cargo build --all-targets --all-features --locked -q
- name: Run tests
run: cargo test --locked -- --nocapture
- name: Clippy
run: cargo clippy
- name: Format
run: |
cargo fmt --check
run: cargo fmt --check

0 comments on commit 27d5bb2

Please sign in to comment.