Skip to content

Commit df7ee20

Browse files
committed
chore: remove unneeded configs for bacon.toml
1 parent c30a6df commit df7ee20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bacon.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
[jobs.check]
22
command = ["cargo", "check", "--features=yield_now,egui"]
3-
need_stdout = true
43

54
[jobs.clippy]
65
command = ["cargo", "clippy", "--features=yield_now,egui"]
7-
need_stdout = true
86

97
[jobs.test_examples]
108
command = ["cargo", "test", "--features=yield_now,egui", "--examples"]
11-
need_stdout = true
129

1310
[keybindings]
1411
e = "job:test_examples"

0 commit comments

Comments
 (0)