7 lines
71 B
Makefile
7 lines
71 B
Makefile
|
|
||
|
test:
|
||
|
cargo watch -x 'nextest run'
|
||
|
|
||
|
test-oneshot:
|
||
|
cargo nextest run
|