mirror of https://github.com/fafhrd91/actix-web
fix ci
This commit is contained in:
parent
e9554bf851
commit
452331b745
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue