mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
remove clippy :(
This commit is contained in:
parent
45c7c32a0a
commit
6839530832
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
|
||||
@ -40,14 +39,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
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 New Issue
Block a user