vscode/build/azure-pipelines/cli/test.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
229 B
YAML
Raw Normal View History

2024-11-15 06:29:18 +00:00
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