mirror of
https://github.com/helix-editor/termina.git
synced 2025-10-05 16:12:55 +02:00
CI: Run clippy with default and all features enabled
Since `event-stream` is optional we need Clippy to check that code separately.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -76,9 +76,12 @@ jobs:
|
||||
- name: Run cargo fmt
|
||||
run: cargo fmt --check
|
||||
|
||||
- name: Run cargo clippy
|
||||
- name: Run cargo clippy with default features enabled
|
||||
run: cargo clippy -- -D warnings
|
||||
|
||||
- name: Run cargo clippy with all features enabled
|
||||
run: cargo clippy --all-features -- -D warnings
|
||||
|
||||
- name: Run cargo doc
|
||||
run: cargo doc --no-deps --document-private-items
|
||||
env:
|
||||
|
Reference in New Issue
Block a user