kind: pipeline type: docker name: default steps: - name: test image: rust:alpine commands: - apk add --no-cache musl-dev - cargo test