From 7c5ea599c87f5cc0d153145cf24e1a6a058afe7d Mon Sep 17 00:00:00 2001 From: luaneko Date: Mon, 23 Jun 2025 09:29:21 +1000 Subject: [PATCH] Configure bacon for cargo test --- bacon.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bacon.toml b/bacon.toml index 147c923..ecebee4 100644 --- a/bacon.toml +++ b/bacon.toml @@ -1,3 +1,7 @@ +[jobs.test] +command = ["cargo", "test", "--all"] +need_stdout = true + [jobs.doc] command = ["cargo", "doc", "--all", "--no-deps"]