Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #16500 - lnicola:clippy-windows, r=lnicola
internal: run Clippy on Windows CC https://github.com/rust-lang/rust-analyzer/pull/16413#issuecomment-1927592897 ![image](https://github.com/rust-lang/rust-analyzer/assets/308347/3bb4c06b-6388-4b1e-81f5-f0c2fbc3302c)
bors 2024-02-06
parent 6671d3c · parent 32f0a2f · commit 0dd62c0
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 8937a44099..0140bce13a 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -104,7 +104,7 @@ jobs:
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
- name: clippy
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'windows-latest'
run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr
# Weird targets to catch non-portable code