chore: manually "merge" .justfile from main to packaging/aur

This commit is contained in:
Erica Marigold 2023-07-23 22:08:41 +05:30 committed by GitHub
parent cebf9581e6
commit e716690468
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,11 @@ run-test TEST_NAME:
run-file 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
test:
cargo test --lib -- --test-threads 1