mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-13 16:08:04 -05:00
Co-authored-by: silathdiir <silathdiir@users.noreply.github.com> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
9 lines
159 B
Makefile
9 lines
159 B
Makefile
.PHONY: help fmt clippy test test-ci test-all
|
|
|
|
fmt:
|
|
@cargo fmt --all -- --check
|
|
|
|
clippy:
|
|
@cargo check --all-features
|
|
@cargo clippy --release -- -D warnings
|