language: rust rust: - stable cache: - cargo script: - RUST_BACKTRACE=1 cargo test --all
language: rust
rust:
- stable
cache:
- cargo
script:
- RUST_BACKTRACE=1 cargo test --all