mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 01:21:10 +00:00
chore: remove set -e
This commit is contained in:
parent
e89c881624
commit
8e458b34b7
2 changed files with 0 additions and 2 deletions
1
.github/workflows/ci-post-merge.yml
vendored
1
.github/workflows/ci-post-merge.yml
vendored
|
@ -58,7 +58,6 @@ jobs:
|
|||
- name: tests
|
||||
timeout-minutes: 60
|
||||
run: |
|
||||
set -e
|
||||
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,openssl -- --skip=test_reading_deflate_encoding_large_random_rustls
|
||||
|
|
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -72,7 +72,6 @@ jobs:
|
|||
- name: tests
|
||||
timeout-minutes: 60
|
||||
run: |
|
||||
set -e
|
||||
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,openssl -- --skip=test_reading_deflate_encoding_large_random_rustls
|
||||
|
|
Loading…
Reference in a new issue