kind: pipeline name: default steps: - name: test image: rust:latest commands: - cargo build --verbose --all - cargo test --verbose --all