From 452331b7455146a4907b4fff9b5364d60fb1c11c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sun, 21 Nov 2021 21:21:25 +0000 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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