mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 21:10:36 +00:00
7 lines
157 B
Makefile
7 lines
157 B
Makefile
# Run tests for the Lune library
|
|
test:
|
|
cargo test --package lune -- --test-threads 1
|
|
|
|
# Run tests for the Lune CLI
|
|
test-cli:
|
|
cargo test --package lune-cli
|