2021-01-28 03:12:38 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: cargo test
|
2021-02-12 04:40:03 +00:00
|
|
|
image: rust:1.49
|
2021-01-28 03:41:16 +00:00
|
|
|
commands:
|
|
|
|
- cargo build --verbose --all
|
2021-02-12 04:40:03 +00:00
|
|
|
- cargo test --verbose --all
|