mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-23 02:22:13 +00:00
remove clippy :(
This commit is contained in:
parent
45c7c32a0a
commit
6839530832
1 changed files with 0 additions and 9 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,6 @@ jobs:
|
|||
run: |
|
||||
rustup set profile minimal
|
||||
rustup update stable
|
||||
rustup component add clippy
|
||||
rustup target add wasm32-wasi
|
||||
|
||||
- name: Install Node
|
||||
|
@ -41,14 +40,6 @@ jobs:
|
|||
with:
|
||||
clean: false
|
||||
|
||||
- name: Run clippy
|
||||
run: >
|
||||
cargo clippy --workspace --
|
||||
-Dwarnings
|
||||
-Aclippy::reversed_empty_ranges
|
||||
-Aclippy::missing_safety_doc
|
||||
-Aclippy::let_unit_value
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --workspace --no-fail-fast
|
||||
|
||||
|
|
Loading…
Reference in a new issue