7 lines
56 B
Makefile
7 lines
56 B
Makefile
|
_default:
|
||
|
just --list
|
||
|
|
||
|
|
||
|
test:
|
||
|
cargo nextest run
|