enable automated tests for https

This commit is contained in:
Benjamin Fry 2018-06-16 20:16:27 -07:00
parent e474da7f88
commit 67c249e4ec
4 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ cargo test --manifest-path util/Cargo.toml --all-features
cargo test --manifest-path native-tls/Cargo.toml --all-features
cargo test --manifest-path openssl/Cargo.toml --all-features
cargo test --manifest-path rustls/Cargo.toml --all-features
cargo test --manifest-path https/Cargo.toml --all-features
cargo test --manifest-path resolver/Cargo.toml --all-features
cargo test --manifest-path server/Cargo.toml --all-features
cargo test --manifest-path integration-tests/Cargo.toml --all-features

View File

@ -12,6 +12,7 @@ cargo test --manifest-path util/Cargo.toml
cargo test --manifest-path native-tls/Cargo.toml
cargo test --manifest-path openssl/Cargo.toml
cargo test --manifest-path rustls/Cargo.toml
cargo test --manifest-path https/Cargo.toml
cargo test --manifest-path resolver/Cargo.toml
cargo test --manifest-path server/Cargo.toml
cargo test --manifest-path integration-tests/Cargo.toml

View File

@ -12,6 +12,7 @@ cargo test --manifest-path util/Cargo.toml --no-default-features
cargo test --manifest-path native-tls/Cargo.toml --no-default-features
cargo test --manifest-path openssl/Cargo.toml --no-default-features
cargo test --manifest-path rustls/Cargo.toml --no-default-features
cargo test --manifest-path https/Cargo.toml --no-default-features
cargo test --manifest-path resolver/Cargo.toml --no-default-features
cargo test --manifest-path server/Cargo.toml --no-default-features
cargo test --manifest-path integration-tests/Cargo.toml --no-default-features

View File

@ -52,6 +52,7 @@ if [%DNS_OVER_TLS_SUITE%] EQU [1] (
cargo test --manifest-path native-tls\Cargo.toml
cargo test --manifest-path openssl\Cargo.toml
cargo test --manifest-path rustls\Cargo.toml
cargo test --manifest-path https\Cargo.toml
cargo test --manifest-path resolver\Cargo.toml --features=dns-over-native-tls
cargo test --manifest-path resolver\Cargo.toml --features=dns-over-openssl
cargo test --manifest-path server\Cargo.toml --features=dns-over-openssl