11 lines
229 B
YAML
11 lines
229 B
YAML
|
steps:
|
||
|
- template: ./install-rust-posix.yml@self
|
||
|
|
||
|
- script: cargo clippy -- -D warnings
|
||
|
workingDirectory: cli
|
||
|
displayName: Clippy lint
|
||
|
|
||
|
- script: cargo test
|
||
|
workingDirectory: cli
|
||
|
displayName: Run unit tests
|