CI: Enable clippy on Windows (#8240)

Release Notes:

- N/A
This commit is contained in:
白山風露 2024-02-24 09:23:42 +09:00 committed by GitHub
parent 885ae2d863
commit aef299be3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 53 additions and 44 deletions

View file

@ -150,10 +150,10 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
# todo!(windows): Actually run clippy
#- name: cargo clippy
# shell: bash -euxo pipefail {0}
# run: script/clippy
- name: cargo clippy
shell: bash -euxo pipefail {0}
run: script/clippy
- name: Build Zed
run: cargo build -p zed