exoshell/scripts/quality.ps1

6 lines
104 B
PowerShell

$ErrorActionPreference = "Stop"
cargo fmt --check
cargo test
cargo clippy --all-targets --all-features