mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-05-10 21:27:20 +00:00
5 lines
120 B
Makefile
5 lines
120 B
Makefile
|
|
check:
|
||
|
|
cargo fmt --all --check
|
||
|
|
cargo clippy --workspace --all-targets -- -D warnings
|
||
|
|
cargo test --workspace
|