Skip to content

Commit

Permalink
Add more feature combinations to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Dec 19, 2023
1 parent 1761ca4 commit 1e7fb6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
with:
components: clippy
- run: cargo clippy --all-features --all-targets
- run: cargo clippy --no-default-features --features ring --all-targets
- run: cargo clippy --no-default-features --features aws_lc_rs --all-targets
- run: cargo clippy --no-default-features --features aws_lc_rs,pem --all-targets

rustdoc:
Expand Down

0 comments on commit 1e7fb6e

Please sign in to comment.