mirror of https://github.com/fafhrd91/actix-web
Enable uds feautre in tests
This commit is contained in:
parent
309c800a35
commit
7cf09d726e
|
@ -35,7 +35,7 @@ script:
|
|||
cargo check --features rust-tls
|
||||
cargo check --features ssl
|
||||
cargo check --features tls
|
||||
cargo test --features="ssl,tls,rust-tls" -- --nocapture
|
||||
cargo test --features="ssl,tls,rust-tls,uds" -- --nocapture
|
||||
fi
|
||||
- |
|
||||
if [[ "$TRAVIS_RUST_VERSION" == "nightly" ]]; then
|
||||
|
|
Loading…
Reference in New Issue