diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f081e8647..abbe26b5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: | cargo test -p=actix-router --all-features cargo test -p=actix-http --all-features - cargo test -p=actix-web --features=rustls,openssl --skip=test_reading_deflate_encoding_large_random_rustls + cargo test -p=actix-web --features=rustls,openssl -- --skip=test_reading_deflate_encoding_large_random_rustls cargo test -p=actix-web-codegen --all-features cargo test -p=awc --all-features cargo test -p=actix-http-test --all-features