summaryrefslogtreecommitdiffstats
path: root/bacon.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-06-11 17:46:40 +0200
committerCanop <cano.petrole@gmail.com>2021-06-11 17:46:40 +0200
commit442e304c3f3ca867d09103301efee42da7ea969f (patch)
tree596f1cc7b0cee6b0bfde100dad7c2673e2f37755 /bacon.toml
parent8b7bbf146c96de074c242abfdad40d21833d8a5a (diff)
"client-server" no longer feature gated
Diffstat (limited to 'bacon.toml')
-rw-r--r--bacon.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/bacon.toml b/bacon.toml
index db611b5..29c55d3 100644
--- a/bacon.toml
+++ b/bacon.toml
@@ -5,6 +5,9 @@ default_job = "check"
[jobs]
+[jobs.win]
+command = ["cargo", "check", "--target", "x86_64-pc-windows-gnu", "--color", "always"]
+
[jobs.check-all]
command = ["cargo", "check", "--all-targets", "--color", "always"]
need_stdout = false