Skip to content

Commit 6f6bb3c

Browse files
committed
ci: run clippy on acpi crate tests
1 parent c7d209d commit 6f6bb3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282
- name: Run clippy (ACPI)
8383
run: cargo clippy -p acpi
8484

85+
- name: Run clippy (ACPI tests)
86+
run: cargo clippy -p acpi --tests
87+
8588
- name: Run clippy (AML)
8689
run: cargo clippy -p aml
8790

0 commit comments

Comments
 (0)