Skip to content

Commit

Permalink
CI: support the net feature
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Hrica <[email protected]>
  • Loading branch information
mtjhrc authored and slp committed Oct 4, 2023
1 parent 907d107 commit f93f258
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/code_quality-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ jobs:

- name: Clippy (default features)
run: cargo clippy -- -D warnings

- name: Clippy (net feature)
run: cargo clippy --features net -- -D warnings
5 changes: 4 additions & 1 deletion .github/workflows/code_quality-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ jobs:
run: cargo clippy -- -D warnings

- name: Clippy (amd-sev feature)
run: cargo clippy --features amd-sev -- -D warnings
run: cargo clippy --features amd-sev -- -D warnings

- name: Clippy (net feature)
run: cargo clippy --features net -- -D warnings

0 comments on commit f93f258

Please sign in to comment.