mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
11 lines
255 B
YAML
11 lines
255 B
YAML
steps:
|
|
- template: ./install-rust-posix.yml
|
|
|
|
- script: rustup component add clippy && cargo clippy -- -D warnings
|
|
workingDirectory: cli
|
|
displayName: Clippy lint
|
|
|
|
- script: cargo test
|
|
workingDirectory: cli
|
|
displayName: Run unit tests
|