testing-language-server/justfile
2024-05-07 00:08:27 +09:00

5 lines
82 B
Makefile

watch-build:
cargo watch -x 'build --workspace'
test:
cargo test --workspace