Skip to content

Commit 9143871

Browse files
committed
Adjust workflow to build features code
1 parent c1bdc1a commit 9143871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
- name: Run clippy
5858
run: |
5959
cd wolfcrypt-rs
60-
cargo clippy -- -D warnings
60+
cargo clippy --all-features -- -D warnings
6161
cd ../rustls-wolfcrypt-provider
62-
cargo clippy -- -D warnings
62+
cargo clippy --all-features -- -D warnings

0 commit comments

Comments
 (0)