Skip to content

Commit d10fb82

Browse files
committed
ci clippy changes
1 parent 4796d36 commit d10fb82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,13 +631,13 @@ jobs:
631631
- id: cargo_check
632632
name: Cargo check
633633
continue-on-error: true
634-
run: cargo fmt --check
634+
run: cargo fmt --all --check
635635
working-directory: minifi_rust
636636

637637
- id: clippy_check
638638
name: Clippy check
639639
continue-on-error: true
640-
run: cargo clippy
640+
run: cargo clippy --workspace --all-targets -- -D warnings
641641
working-directory: minifi_rust
642642

643643
- name: Check Linter Statuses

0 commit comments

Comments
 (0)