mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 18:45:19 +00:00
.github: Add clippy check of tracing feature
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
e53419ecfc
commit
c98bd2fd4a
3
.github/workflows/quality.yaml
vendored
3
.github/workflows/quality.yaml
vendored
@ -55,6 +55,9 @@ jobs:
|
|||||||
- name: Clippy (default features + guest_debug)
|
- name: Clippy (default features + guest_debug)
|
||||||
run: cargo clippy --locked --all --all-targets --tests --features "guest_debug" -- -D warnings
|
run: cargo clippy --locked --all --all-targets --tests --features "guest_debug" -- -D warnings
|
||||||
|
|
||||||
|
- name: Clippy (default features + tracing)
|
||||||
|
run: cargo clippy --locked --all --all-targets --tests --features "tracing" -- -D warnings
|
||||||
|
|
||||||
- name: Clippy (common + mshv)
|
- name: Clippy (common + mshv)
|
||||||
run: cargo clippy --locked --all --all-targets --no-default-features --tests --features "common,mshv" -- -D warnings
|
run: cargo clippy --locked --all --all-targets --no-default-features --tests --features "common,mshv" -- -D warnings
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user