Skip to content

Commit ec3f179

Browse files
committed
Make citool compilation faster
1 parent 87e2790 commit ec3f179

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/citool/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ insta = "1"
1717
# If this is omitted, cargo will look for a workspace elsewhere.
1818
# We want to avoid this, since citool is independent of the other crates.
1919
[workspace]
20+
21+
# Make compilation as fast as possible on CI
22+
[profile.dev]
23+
debug = 0
24+
incremental = false

0 commit comments

Comments
 (0)