File tree Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Expand file tree Collapse file tree 1 file changed +19
-8
lines changed Original file line number Diff line number Diff line change 1- all :
1+ @_ default :
2+ just --list
3+
4+ @ all :
5+ echo fmt
26 just --justfile {{ justfile ()}} fmt
7+ echo check
38 just --justfile {{ justfile ()}} check
9+ echo clippy
410 just --justfile {{ justfile ()}} clippy
5- just --justfile {{ justfile ()}} test
11+ echo test
12+ just --justfile {{ justfile ()}} test-review
13+
614
7- lint :
15+ @ lint :
16+ echo fmt
817 just --justfile {{ justfile ()}} fmt
18+ echo check
919 just --justfile {{ justfile ()}} check
20+ echo clippy
1021 just --justfile {{ justfile ()}} clippy
1122
12- clippy :
23+ @ clippy :
1324 cargo clippy --all-targets
1425
15- check :
26+ @ check :
1627 cargo check --all-targets
1728
18- fmt :
29+ @ fmt :
1930 cargo fmt --all
2031
21- test :
32+ @ test :
2233 cargo insta test
2334
24- test-review :
35+ @ test-review :
2536 cargo insta test --review
You can’t perform that action at this time.
0 commit comments