kind: pipeline name: tools steps: - name: rust tests image: "rust:1" pull: always commands: - cargo test