Force runtime selection (#435)

This commit is contained in:
Nikolay Kim 2024-10-11 17:37:59 +05:00 committed by GitHub
parent b0a7658bf1
commit 5a907c8ed8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 41 additions and 95 deletions

View file

@ -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