We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8842310 commit c7d209dCopy full SHA for c7d209d
.github/workflows/build.yml
@@ -84,3 +84,6 @@ jobs:
84
85
- name: Run clippy (AML)
86
run: cargo clippy -p aml
87
+
88
+ - name: Run clippy (AML tests)
89
+ run: cargo clippy -p aml --tests
0 commit comments