This commit is contained in:
Nikolay Kim 2024-10-11 16:58:20 +05:00
parent 5d212e9e75
commit c12cb47dc4

View file

@ -12,7 +12,8 @@ jobs:
with: with:
toolchain: stable toolchain: stable
components: clippy 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: fmt:
name: Rustfmt name: Rustfmt