mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 23:44:42 +01:00
10 lines
61 B
Makefile
10 lines
61 B
Makefile
test:
|
|
cargo test
|
|
|
|
build:
|
|
cargo build
|
|
|
|
lint:
|
|
cargo clippy
|
|
|