mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
prettied up the ci yml
This commit is contained in:
commit
541783881c
1 changed files with 7 additions and 2 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -42,7 +42,12 @@ jobs:
|
|||
clean: false
|
||||
|
||||
- name: Run clippy
|
||||
run: cargo clippy --workspace -- -D warnings -A clippy::reversed_empty_ranges -A clippy::missing_safety_doc -A clippy::let_unit_value
|
||||
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