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"]