Configure bacon for cargo test

This commit is contained in:
2025-06-23 09:29:21 +10:00
parent ba6cb10a1a
commit 7c5ea599c8

View File

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