kind: pipeline name: rust-1-65 type: docker steps: - name: test image: rust:1.65 commands: - cargo build --verbose --all - cargo test --verbose --all trigger: branch: - master