1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

bump zstd to 0.10

This commit is contained in:
Rob Ede
2022-02-01 13:35:32 +00:00
parent 40a4b1ccd5
commit a68239adaa
4 changed files with 13 additions and 13 deletions

View File

@ -13,17 +13,17 @@ save_exit_code() {
}
save_exit_code cargo test --lib --tests -p=actix-router --all-features -- --nocapture
# save_exit_code cargo test --lib --tests -p=actix-http --all-features -- --nocapture
# save_exit_code cargo test --lib --tests -p=actix-web --features=rustls,openssl -- --nocapture --skip=test_reading_deflate_encoding_large_random_rustls
# save_exit_code cargo test --lib --tests -p=actix-web-codegen --all-features -- --nocapture
# save_exit_code cargo test --lib --tests -p=awc --all-features -- --nocapture
# save_exit_code cargo test --lib --tests -p=actix-http-test --all-features -- --nocapture
# save_exit_code cargo test --lib --tests -p=actix-test --all-features -- --nocapture
# save_exit_code cargo test --lib --tests -p=actix-files -- --nocapture
# save_exit_code cargo test --lib --tests -p=actix-multipart --all-features -- --nocapture
# save_exit_code cargo test --lib --tests -p=actix-web-actors --all-features -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-http --all-features -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-web --features=rustls,openssl -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-web-codegen --all-features -- --nocapture
save_exit_code cargo test --lib --tests -p=awc --all-features -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-http-test --all-features -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-test --all-features -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-files -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-multipart --all-features -- --nocapture
save_exit_code cargo test --lib --tests -p=actix-web-actors --all-features -- --nocapture
# save_exit_code cargo test --workspace --doc
save_exit_code cargo test --workspace --doc
if [ "$EXIT" = "0" ]; then
PASSED="All tests passed!"