language: rust rust: - 1.41.1 cache: - cargo before_script: - rustup component add rustfmt script: - cargo fmt --all -- --check - cargo test --verbose --all