Make bacon watch lua files too

This commit is contained in:
lumi 2025-06-29 17:48:56 +10:00
parent b0efc9f783
commit 5846220e35
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

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