This commit is contained in:
Rob Ede 2021-11-21 21:21:25 +00:00
parent e9554bf851
commit 452331b745
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ jobs:
run: | run: |
cargo test -p=actix-router --all-features cargo test -p=actix-router --all-features
cargo test -p=actix-http --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=actix-web-codegen --all-features
cargo test -p=awc --all-features cargo test -p=awc --all-features
cargo test -p=actix-http-test --all-features cargo test -p=actix-http-test --all-features