mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
12 lines
136 B
Makefile
12 lines
136 B
Makefile
|
|
|
|
default:
|
|
@just --list
|
|
|
|
lint:
|
|
cargo clippy --all-targets --all-features -- -D warnings
|
|
|
|
# Run crate tests
|
|
test:
|
|
cargo test
|