kind: pipeline type: kubernetes name: receqif steps: - name: build and test image: rust:1.73 commands: - rustup default nightly - cargo build --verbose --all - cargo test --verbose --all