Skip to content

Commit 80bcdb5

Browse files
committed
Make citool compilation faster
1 parent ac951d3 commit 80bcdb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/citool/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ insta = "1"
1919
# If this is omitted, cargo will look for a workspace elsewhere.
2020
# We want to avoid this, since citool is independent of the other crates.
2121
[workspace]
22+
23+
# Make compilation as fast as possible on CI
24+
[profile.dev]
25+
debug = 0
26+
incremental = false

0 commit comments

Comments
 (0)