kind: pipeline name: default steps: - name: test image: rustlang/rust:nightly commands: - cargo build --verbose --all - cargo test --verbose --all