run clippy on a Windows host
This commit is contained in:
parent
5ce8532c26
commit
03589bfe98
6
src/tools/miri/.github/workflows/ci.yml
vendored
6
src/tools/miri/.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user