From bbd88d02829075c71b87586190ca2f253436ee96 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Tue, 17 Sep 2024 08:15:17 +0400 Subject: [PATCH] chore(ci): build->clippy for tls checks --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41f1b52..366b77f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: