Skip to content

Commit 16d080d

Browse files
jakecorrentislp
authored andcommitted
actions: add TDX clippy check
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
1 parent fe35ed4 commit 16d080d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code_quality-x86_64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Clippy (amd-sev feature)
3434
run: cargo clippy --features amd-sev -- -D warnings
3535

36+
- name: Clippy (tdx feature)
37+
run: cargo clippy --features tdx -- -D warnings
38+
3639
- name: Clippy (net+blk+gpu+snd features)
3740
run: cargo clippy --features net,blk,gpu,snd -- -D warnings
3841

0 commit comments

Comments
 (0)