kind: pipeline
name: test-on-amd64
platform:
arch: amd64
steps:
- name: test
image: rust:alpine
commands:
- rustc --version
- cargo --version
- cargo test --verbose --all
---
name: test-on-arm64
arch: arm64