Skip to content

Commit

Permalink
chore(ci): build->clippy for tls checks
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Sep 17, 2024
1 parent 9ddad36 commit bbd88d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- run: cargo clippy --version
- run: cargo clippy
- run: cargo clippy --all-targets --no-default-features
- run: cargo build --all-targets --features native-tls
- run: cargo build --all-targets --features rustls-tls
- run: cargo build --all-targets --features rustls-tls-aws
- run: cargo clippy --all-targets --features native-tls
- run: cargo clippy --all-targets --features rustls-tls
- run: cargo clippy --all-targets --features rustls-tls-aws
- run: cargo clippy --all-targets --all-features

test:
Expand Down

0 comments on commit bbd88d0

Please sign in to comment.