lune/.justfile

8 lines
157 B
Makefile
Raw Normal View History

2023-03-22 13:12:05 +00:00
# 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