diff --git a/mise.toml b/mise.toml index 7d76427..a8b153a 100644 --- a/mise.toml +++ b/mise.toml @@ -54,6 +54,7 @@ run-pipeline-firehose = { run = "uv run mainline.py --pipeline --pipeline-preset # ===================== run-preset-demo = { run = "uv run mainline.py --preset demo --display pygame", depends = ["sync-all"] } +run-preset-border-test = { run = "uv run mainline.py --preset border-test --display terminal", depends = ["sync-all"] } run-preset-pipeline-inspect = { run = "uv run mainline.py --preset pipeline-inspect --display terminal", depends = ["sync-all"] } # =====================