Skip to content

Commit

Permalink
Run clippy also against Windows target
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Feb 14, 2024
1 parent fd821f2 commit 2360f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -25,6 +25,8 @@ jobs:
- run: |
cargo clippy ${{ env.ALL_NON_EXCLUSIVE_FEATURES }} --all-targets --color=always \
-- -D warnings
cargo clippy ${{ env.ALL_NON_EXCLUSIVE_FEATURES }} --all-targets --color=always \
-- -D warnings --target=x86_64-pc-windows-msvc
- run: |
cargo clippy --manifest-path fuzz/Cargo.toml --color=always \
-- -D warnings
Expand Down

0 comments on commit 2360f46

Please sign in to comment.