Skip to content

Commit f93f258

Browse files
mtjhrcslp
authored andcommitted
CI: support the net feature
Signed-off-by: Matej Hrica <[email protected]>
1 parent 907d107 commit f93f258

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/code_quality-aarch64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131

3232
- name: Clippy (default features)
3333
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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
run: cargo clippy -- -D warnings
3434

3535
- name: Clippy (amd-sev feature)
36-
run: cargo clippy --features amd-sev -- -D warnings
36+
run: cargo clippy --features amd-sev -- -D warnings
37+
38+
- name: Clippy (net feature)
39+
run: cargo clippy --features net -- -D warnings

0 commit comments

Comments
 (0)