Skip to content

Commit 61339f0

Browse files
committed
CI: Enable input option when checking
Signed-off-by: Matej Hrica <[email protected]>
1 parent 579f640 commit 61339f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Clippy (tdx)
2424
run: cargo clippy --locked --features tdx -- -D warnings
2525

26-
- name: Clippy (net+blk+gpu+snd)
27-
run: cargo clippy --locked --features net,blk,gpu,snd -- -D warnings
26+
- name: Clippy (net+blk+gpu+snd+input)
27+
run: cargo clippy --locked --features net,blk,gpu,snd,input -- -D warnings
2828

2929
code-quality-linux-aarch64:
3030
name: libkrun (Linux aarch64)
@@ -41,8 +41,8 @@ jobs:
4141
- name: Clippy (default)
4242
run: cargo clippy --locked -- -D warnings
4343

44-
- name: Clippy (net+blk+gpu+snd)
45-
run: cargo clippy --locked --features net,blk,gpu,snd -- -D warnings
44+
- name: Clippy (net+blk+gpu+snd+input)
45+
run: cargo clippy --locked --features net,blk,gpu,snd,input -- -D warnings
4646

4747
code-quality-macos:
4848
name: libkrun (macOS aarch64)

0 commit comments

Comments
 (0)