Skip to content

Commit c7d209d

Browse files
committed
ci: run clippy on aml crate tests
Now that all warnings have been fixed for the aml crate tests, run clippy as part of CI.
1 parent 8842310 commit c7d209d

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
@@ -84,3 +84,6 @@ jobs:
8484

8585
- name: Run clippy (AML)
8686
run: cargo clippy -p aml
87+
88+
- name: Run clippy (AML tests)
89+
run: cargo clippy -p aml --tests

0 commit comments

Comments
 (0)