diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 133f51700..2438ee23e 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -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