mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Clippy check with "tdx" feature
In the absence of a way of integration testing this testing that it compiles is reasonable compromise. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
d24aa887b6
commit
be0cbb09b1
3
.github/workflows/quality.yaml
vendored
3
.github/workflows/quality.yaml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
- name: Clippy (acpi,kvm)
|
||||
run: cargo clippy --all --all-targets --no-default-features --tests --features "acpi,kvm" -- -D warnings
|
||||
|
||||
- name: Clippy (acpi,kvm,tdx)
|
||||
run: cargo clippy --all --all-targets --no-default-features --tests --features "acpi,kvm,tdx" -- -D warnings
|
||||
|
||||
- name: Clippy (kvm)
|
||||
run: cargo clippy --all --all-targets --no-default-features --tests --features "kvm" -- -D warnings
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user