Skip to content

Commit

Permalink
ci: cargo clippy -- -D warnings (deny warnings)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 5, 2025
1 parent 6d8d878 commit bc0fa1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check code format
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy --target ${{ matrix.targets }} --all-features
run: cargo clippy --target ${{ matrix.targets }} --all-features -- -D warnings
- name: Build
run: cargo build --target ${{ matrix.targets }} --all-features
- name: Unit test
Expand Down

0 comments on commit bc0fa1f

Please sign in to comment.