kind: pipeline
name: tests/release
steps:
- name: rust tests
image: "rust:1"
pull: always
commands:
- cargo test --all
when:
event:
- push