1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 18:29:34 +00:00

test: ensure all actix-router codepaths are tested

This commit is contained in:
Rob Ede 2024-03-03 15:39:25 +00:00
parent 0cec165cd8
commit 94af9db242
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -70,6 +70,7 @@ jobs:
shell: bash
run: |
set -e
cargo test --lib --tests -p=actix-router --no-default-features
cargo test --lib --tests -p=actix-router --all-features
cargo test --lib --tests -p=actix-http --all-features
cargo test --lib --tests -p=actix-web --features=rustls-0_20,rustls-0_21,rustls-0_22,openssl -- --skip=test_reading_deflate_encoding_large_random_rustls