mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
8 lines
157 B
Makefile
8 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
|