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