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