espanso/ci/test.yml

9 lines
143 B
YAML
Raw Normal View History

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