Move tokio-tls into workspace (#529)

This commit is contained in:
Sean McArthur
2018-08-08 08:36:17 -07:00
committed by Carl Lerche
parent c89b0b4c8c
commit afcfefd7e3
11 changed files with 1270 additions and 2 deletions
+2 -2
View File
@@ -64,8 +64,8 @@ script:
if [[ "$TARGET" ]]
then
rustup target add $TARGET
cargo check --all --target $TARGET
cargo check --tests --all --target $TARGET
cargo check --all --exclude tokio-tls --target $TARGET
cargo check --tests --all --exclude tokio-tls --target $TARGET
else
cargo test --all
# Disable these tests for now as they are buggy