--- kind: pipeline name: normal type: docker steps: - name: test image: rust:1.31 pull: true commands: - cargo build - cargo test - cargo fmt -- --check