Skip to content

Commit

Permalink
skip unnecessary zlib feature test
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Mar 8, 2024
1 parent fa75d84 commit 2c9e914
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ case "$TRAVIS_RUST_VERSION" in
cargo test chrono --features=chrono,ssl,x509 --target $TARGET

# If zlib is installed, test the zlib feature
if [ -n "$ZLIB_INSTALLED" ]; then
cargo test --features zlib --target $TARGET
cargo test --test async_session --features=async-rt,ssl,zlib --target $TARGET
cargo test --test async_session --features=async-rt,ssl,zlib,legacy_protocols --target $TARGET
fi
# if [ -n "$ZLIB_INSTALLED" ]; then
# cargo test --features zlib --target $TARGET
# cargo test --test async_session --features=async-rt,ssl,zlib --target $TARGET
# cargo test --test async_session --features=async-rt,ssl,zlib,legacy_protocols --target $TARGET
# fi
fi
;;
*)
Expand Down

0 comments on commit 2c9e914

Please sign in to comment.