From c12cb47dc47ff321024809b33cc0c3fb65e5899f Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 11 Oct 2024 16:58:20 +0500 Subject: [PATCH] wip --- .github/workflows/checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b0811d0f..aaa1b007 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,7 +12,8 @@ jobs: with: toolchain: stable components: clippy - - run: cargo clippy --all-features + - run: + cargo test --all --no-default-features --features="ntex/compio,ntex/cookie,ntex/url,ntex/compress,ntex/openssl,ntex/rustls,ntex/ws,ntex/brotli" fmt: name: Rustfmt