mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Move tokio-tls into workspace (#529)
This commit is contained in:
committed by
Carl Lerche
parent
c89b0b4c8c
commit
afcfefd7e3
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user