Skip to content

Commit 884167a

Browse files
committed
ci: simpler tokio features
1 parent ec58f80 commit 884167a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ $TRAVIS_RUST_VERSION = "stable" ] || [ $TRAVIS_RUST_VERSION = "beta" ] || [
2626
cargo test --features rust_threading --target $TARGET
2727
cargo test --features custom_time,custom_gmtime_r --target $TARGET
2828
# test the async support
29-
cargo test --test async_session --features=std,threading,tokio,tokio/net,tokio/io-util,tokio/macros,tokio/rt --target $TARGET
29+
cargo test --test async_session --features=std,threading,tokio/full --target $TARGET
3030

3131
# If zlib is installed, test the zlib feature
3232
if [ -n "$ZLIB_INSTALLED" ]; then

0 commit comments

Comments
 (0)