Skip to content

Commit

Permalink
try add clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Aug 23, 2024
1 parent 38f5702 commit fae4775
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
targets: i686-pc-windows-msvc

- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
components: clippy

- uses: Swatinem/rust-cache@v2

- name: Clippy (all features)
Expand Down

0 comments on commit fae4775

Please sign in to comment.