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 907d107 commit f93f258Copy full SHA for f93f258
.github/workflows/code_quality-aarch64.yml
@@ -31,3 +31,6 @@ jobs:
31
32
- name: Clippy (default features)
33
run: cargo clippy -- -D warnings
34
+
35
+ - name: Clippy (net feature)
36
+ run: cargo clippy --features net -- -D warnings
.github/workflows/code_quality-x86_64.yml
@@ -33,4 +33,7 @@ jobs:
- name: Clippy (amd-sev feature)
- run: cargo clippy --features amd-sev -- -D warnings
+ run: cargo clippy --features amd-sev -- -D warnings
37
38
39
0 commit comments