run clippy on a Windows host
This commit is contained in:
parent
5ce8532c26
commit
03589bfe98
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue