language: rust rust: - stable cache: cargo script: - cargo build - cargo build --release - cargo test - cargo test --release