Skip to content

Commit ef849ed

Browse files
committed
Add features to building and testing for macos
1 parent 9143871 commit ef849ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
- name: Run clippy
5757
run: |
5858
cd wolfcrypt-rs
59-
cargo clippy -- -D warnings
59+
cargo clippy --all-features -- -D warnings
6060
cd ../rustls-wolfcrypt-provider
61-
cargo clippy -- -D warnings
61+
cargo clippy --all-features -- -D warnings

0 commit comments

Comments
 (0)