Don't need to run all tests in workspace in bacon

This commit is contained in:
2025-06-27 04:06:45 +10:00
parent 0839e7ce9a
commit 503985269a

View File

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