mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
10 lines
229 B
YAML
10 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
|