Skip to content

Commit

Permalink
Auto merge of rust-lang#3542 - RalfJung:clippy-win, r=RalfJung
Browse files Browse the repository at this point in the history
run clippy on a Windows host

Fixes rust-lang/miri#3324
  • Loading branch information
bors committed May 3, 2024
2 parents 5ce8532 + 03589bf commit 8a31014
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/tools/miri/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ jobs:
rustc -Vv
cargo -V
# The `style` job only runs on Linux; this makes sure the Windows-host-specific
# code is also covered by clippy.
- name: Check clippy
if: ${{ matrix.os == 'windows-latest' }}
run: ./miri clippy -- -D warnings

- name: Test Miri
run: ./ci/ci.sh

Expand Down

0 comments on commit 8a31014

Please sign in to comment.