1
0
Fork 0
mirror of https://github.com/ntex-rs/ntex.git synced 2025-04-05 22:07:38 +03:00

Force runtime selection ()

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
.github/workflows

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