language: rust
rust:
- stable
- nightly
matrix:
allow_failures:
- rust: stable
fast_finish: true
script:
- RUST_BACKTRACE=1 cargo build --verbose --all
- RUST_BACKTRACE=1 cargo test --verbose --all --features=async-std,unstable
- RUST_BACKTRACE=1 cargo test --verbose --all --features=tokio,unstable
# - cargo bench