using a different test file

This commit is contained in:
Chris Cochrun 2024-11-20 15:51:48 -06:00
parent 30e6ce40b5
commit 6b6ebc8c58
3 changed files with 6 additions and 51 deletions

View file

@ -2,7 +2,7 @@ default:
just --list
build:
RUST_LOG=debug cargo build
run ui=' ' file='~/dev/lumina-iced/test_presentation.lisp':
run ui=' ' file='~/dev/lumina-iced/testypres.lisp':
RUST_LOG=debug cargo run -- {{ui}} {{file}}
clean:
RUST_LOG=debug cargo clean