mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
Initial support for compio runtime (#399)
This commit is contained in:
parent
8a3a8f1df8
commit
85b076c640
7 changed files with 29 additions and 3 deletions
6
.github/workflows/osx.yml
vendored
6
.github/workflows/osx.yml
vendored
|
@ -40,6 +40,12 @@ jobs:
|
|||
- name: Run tests
|
||||
run: cargo test --all --all-features --no-fail-fast -- --nocapture
|
||||
|
||||
- name: Run compio tests
|
||||
timeout-minutes: 40
|
||||
run: |
|
||||
cd ntex
|
||||
cargo test --no-default-features --no-fail-fast --features="compio,cookie,url,compress,openssl,rustls,ws,brotli"
|
||||
|
||||
- name: Install cargo-cache
|
||||
continue-on-error: true
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue