pipeline: build: image: rust commands: - rustup component add rustfmt - cargo --version - cargo fmt --check - cargo build - cargo test - ./test.sh