Update CI

This commit is contained in:
Sunli 2021-03-22 10:55:28 +08:00
parent d6d2c835e9
commit 942e145792
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Build
run: cargo build --all --verbose
- name: Run tests
run: cargo test --all --verbose
run: cargo test --all --all-features
# examples
- name: Check examples format

View File

@ -61,7 +61,7 @@ futures-timer = { version = "3.0.2", optional = true }
futures-channel = { version = "0.3.8", optional = true }
[dev-dependencies]
tokio = { version = "1.3.0", features = ["macros", "rt", "sync", "time"] }
tokio = { version = "1.4.0", features = ["macros", "rt-multi-thread", "sync", "time"] }
futures-channel = "0.3.8"
[package.metadata.docs.rs]