windows: Use a clippy script instead of xtask
(#25807)
Closes #ISSUE Match the behaviour of our macOS and Linux tests Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
5740fec9d5
commit
c9aba6c10a
2 changed files with 22 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -273,8 +273,7 @@ jobs:
|
|||
|
||||
- name: cargo clippy
|
||||
working-directory: ${{ env.ZED_WORKSPACE }}
|
||||
# Windows can't run shell scripts, so we need to use `cargo xtask`.
|
||||
run: cargo xtask clippy
|
||||
run: ./script/clippy.ps1
|
||||
|
||||
- name: Run tests
|
||||
uses: ./.github/actions/run_tests_windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue