mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-26 17:03:09 +00:00
5 lines
134 B
PowerShell
5 lines
134 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
|
|
cargo fmt --all --check
|
|
cargo clippy --workspace --all-targets -- -D warnings
|
|
cargo test --workspace
|