Initial support for compio runtime (#399)

This commit is contained in:
Nikolay Kim 2024-09-05 08:57:04 +05:00 committed by GitHub
parent 8a3a8f1df8
commit 85b076c640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 3 deletions

View file

@ -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: |