mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
run clippy on a Windows host
This commit is contained in:
+6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user