rust-parser-combinator/justfile

7 lines
71 B
Makefile
Raw Normal View History

2024-01-26 09:22:52 -08:00
_default:
just --list
2024-01-29 17:28:01 -08:00
test *args:
cargo nextest run {{args}}