Skip to content

Commit

Permalink
chore(ci): run clippy with tls features
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Jul 16, 2024
1 parent c51b6ad commit 781f5a4
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 @@ -55,6 +55,8 @@ 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 clippy --all-targets --all-features

test:
Expand Down

0 comments on commit 781f5a4

Please sign in to comment.