mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
timer: finish updating timer (#1222)
* timer: restructure feature flags * update timer tests * Add `async-traits` to CI This also disables a buggy `threadpool` test. This test should be fixed in the future. Refs #1225
This commit is contained in:
+25
-12
@@ -19,7 +19,8 @@ jobs:
|
||||
displayName: Test tokio
|
||||
cross: true
|
||||
crates:
|
||||
- tokio
|
||||
tokio:
|
||||
- default
|
||||
|
||||
# Test crates that are platform specific
|
||||
- template: ci/azure-test-stable.yml
|
||||
@@ -30,11 +31,14 @@ jobs:
|
||||
rust: $(nightly)
|
||||
crates:
|
||||
# - tokio-fs
|
||||
- tokio-reactor
|
||||
tokio-reactor:
|
||||
- default
|
||||
# - tokio-signal
|
||||
- tokio-tcp
|
||||
tokio-tcp:
|
||||
- default
|
||||
# - tokio-tls
|
||||
- tokio-udp
|
||||
tokio-udp:
|
||||
- default
|
||||
# - tokio-uds
|
||||
|
||||
# Test crates that are NOT platform specific
|
||||
@@ -45,15 +49,24 @@ jobs:
|
||||
rust: $(nightly)
|
||||
crates:
|
||||
# - tokio-buf
|
||||
- tokio-codec
|
||||
- tokio-current-thread
|
||||
- tokio-executor
|
||||
- tokio-io
|
||||
- tokio-sync
|
||||
- tokio-macros
|
||||
tokio-codec:
|
||||
- default
|
||||
tokio-current-thread:
|
||||
- default
|
||||
tokio-executor:
|
||||
- default
|
||||
tokio-io:
|
||||
- default
|
||||
tokio-sync:
|
||||
- default
|
||||
tokio-macros:
|
||||
- default
|
||||
# - tokio-threadpool
|
||||
- tokio-timer
|
||||
- tokio-test
|
||||
tokio-timer:
|
||||
- default
|
||||
- async-traits
|
||||
tokio-test:
|
||||
- default
|
||||
|
||||
# - template: ci/azure-cargo-check.yml
|
||||
# parameters:
|
||||
|
||||
Reference in New Issue
Block a user