mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-07-24 11:23:42 +00:00
5 lines
82 B
Makefile
5 lines
82 B
Makefile
watch-build:
|
|
cargo watch -x 'build --workspace'
|
|
|
|
test:
|
|
cargo test --workspace
|