2020-07-24 12:11:30 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: tests/release
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: rust tests
|
|
|
|
image: "rust:1"
|
|
|
|
pull: always
|
|
|
|
commands:
|
2020-07-25 15:03:15 +00:00
|
|
|
- cargo test --all --all-features
|
2020-07-24 12:11:30 +00:00
|
|
|
when:
|
|
|
|
event:
|
2020-07-25 15:03:15 +00:00
|
|
|
- push
|