From 5846220e359d2de6d0a2e800bf9aac5d497af8c3 Mon Sep 17 00:00:00 2001 From: luaneko Date: Sun, 29 Jun 2025 17:48:56 +1000 Subject: [PATCH] Make bacon watch lua files too --- bacon.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bacon.toml b/bacon.toml index 6adaa73..e6f3b8c 100644 --- a/bacon.toml +++ b/bacon.toml @@ -1,3 +1,11 @@ +default_job = "test" + +[jobs.test] +command = ["cargo", "test"] +watch = ["*.lua"] +need_stdout = true +background = false + [jobs.doc] command = ["cargo", "doc", "--workspace"]