We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac951d3 commit 80bcdb5Copy full SHA for 80bcdb5
src/ci/citool/Cargo.toml
@@ -19,3 +19,8 @@ insta = "1"
19
# If this is omitted, cargo will look for a workspace elsewhere.
20
# We want to avoid this, since citool is independent of the other crates.
21
[workspace]
22
+
23
+# Make compilation as fast as possible on CI
24
+[profile.dev]
25
+debug = 0
26
+incremental = false
0 commit comments