diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6f42a4..139f29f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,8 @@ jobs: - cookies - socks-proxy - native-certs + - gzip + - brotli env: RUST_BACKTRACE: "1" RUSTFLAGS: "-D dead_code -D unused-variables -D unused" diff --git a/test.sh b/test.sh index f40a71c..48dbb03 100755 --- a/test.sh +++ b/test.sh @@ -4,7 +4,7 @@ set -eu export RUST_BACKTRACE=1 export RUSTFLAGS="-D dead_code -D unused-variables -D unused" -for feature in "" tls json charset cookies socks-proxy "tls native-certs" native-tls; do +for feature in "" tls json charset cookies socks-proxy "tls native-certs" native-tls gzip brotli; do if ! cargo test --no-default-features --features "${feature}" ; then echo Command failed: cargo test --no-default-features --features \"${feature}\" exit 1