mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Force runtime selection (#435)
This commit is contained in:
parent
b0a7658bf1
commit
5a907c8ed8
5 changed files with 41 additions and 95 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue