Skip to content

Commit 32f0a2f

Browse files
committed
Run Clippy on Windows
1 parent 6671d3c commit 32f0a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
105105

106106
- name: clippy
107-
if: matrix.os == 'ubuntu-latest'
107+
if: matrix.os == 'windows-latest'
108108
run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr
109109

110110
# Weird targets to catch non-portable code

0 commit comments

Comments
 (0)