mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
chore: manually "merge" .justfile from main to packaging/aur
This commit is contained in:
parent
cebf9581e6
commit
e716690468
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ run-test TEST_NAME:
|
||||||
run-file FILE_NAME:
|
run-file FILE_NAME:
|
||||||
cargo run -- "{{FILE_NAME}}"
|
cargo run -- "{{FILE_NAME}}"
|
||||||
|
|
||||||
|
# Build Lune for release
|
||||||
|
# TODO: Take input argument for build type, rather than defaulting to `release`
|
||||||
|
build src/main.rs:
|
||||||
|
cargo build --release
|
||||||
|
|
||||||
# Run tests for the Lune library
|
# Run tests for the Lune library
|
||||||
test:
|
test:
|
||||||
cargo test --lib -- --test-threads 1
|
cargo test --lib -- --test-threads 1
|
||||||
|
|
Loading…
Reference in a new issue