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