mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Experimental poll based runtime (#510)
This commit is contained in:
parent
3e5211eb79
commit
4c1bc3249b
46 changed files with 4016 additions and 30 deletions
4
.github/workflows/osx.yml
vendored
4
.github/workflows/osx.yml
vendored
|
@ -44,6 +44,10 @@ jobs:
|
|||
timeout-minutes: 40
|
||||
run: cargo test --all --no-default-features --no-fail-fast --features="ntex/compio,ntex/cookie,ntex/url,ntex/compress,ntex/openssl,ntex/rustls,ntex/ws,ntex/brotli"
|
||||
|
||||
- name: Run tests (default)
|
||||
timeout-minutes: 40
|
||||
run: cargo test --all --no-default-features --no-fail-fast --features="ntex/default-rt,ntex/cookie,ntex/url,ntex/compress,ntex/openssl,ntex/rustls,ntex/ws,ntex/brotli"
|
||||
|
||||
- name: Install cargo-cache
|
||||
continue-on-error: true
|
||||
run: cargo install cargo-cache --no-default-features --features ci-autoclean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue