Improve tests (#158)

* Improve tests
This commit is contained in:
Nikolay Kim 2023-01-06 22:08:24 +06:00 committed by GitHub
parent 2f68a2a641
commit f47e830cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 183 additions and 25 deletions

View file

@ -54,7 +54,7 @@ jobs:
continue-on-error: true
run: |
cd ntex
cargo test --no-default-features --no-fail-fast --features="async-std,cookie,url,compress,openssl,rustls" --lib -- --test-threads 1
cargo test --no-default-features --no-fail-fast --features="async-std,cookie,url,compress,openssl,rustls"
- name: Install cargo-cache
continue-on-error: true