mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 21:38:46 +00:00
Add individual check for TLS features
This commit is contained in:
parent
32145cf6c3
commit
d145136e56
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ script:
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_RUST_VERSION" != "nightly" ]]; then
|
if [[ "$TRAVIS_RUST_VERSION" != "nightly" ]]; then
|
||||||
cargo clean
|
cargo clean
|
||||||
|
cargo check --feature rust-tls
|
||||||
|
cargo check --feature ssl
|
||||||
|
cargo check --feature tls
|
||||||
cargo test --features="ssl,tls,rust-tls" -- --nocapture
|
cargo test --features="ssl,tls,rust-tls" -- --nocapture
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue