Configure bacon for cargo test

This commit is contained in:
lumi 2025-06-23 09:29:21 +10:00
parent ba6cb10a1a
commit 7c5ea599c8
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -1,3 +1,7 @@
[jobs.test]
command = ["cargo", "test", "--all"]
need_stdout = true
[jobs.doc]
command = ["cargo", "doc", "--all", "--no-deps"]