espanso/ci/test.yml

9 lines
133 B
YAML
Raw Normal View History

2019-09-21 09:05:57 +00:00
parameters:
rust_version: stable
steps:
- template: install-rust.yml
- script: |
cargo test
displayName: cargo test