Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Apr 13, 2024
1 parent 2b1255e commit 30df87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Clippy (all features)
run: cargo clippy --target i686-pc-windows-msvc --features all --locked -- -D warnings
- name: Clippy (default features)
run: cargo clippy --target i686-pc-windows-msvc --features default --locked -- -D warnings

- name: Rustfmt
run: cargo fmt -- --check
Expand Down

0 comments on commit 30df87f

Please sign in to comment.