Skip to content

Commit 0c211f1

Browse files
authored
CI: Try to speed up the loom tests even more (#2187)
Not sure if this will actually help, but I don't think it will hurt.
1 parent 37b6799 commit 0c211f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,11 @@ lto = 'fat'
603603
[profile.dev.package.minimal_rt]
604604
opt-level = 1
605605

606-
# Optimize loom even in the dev profile, as otherwise tests just take too long.
606+
# Optimize loom and its main dependency even in the dev profile, as otherwise tests just take too long.
607607
[profile.dev.package.loom]
608608
opt-level = 3
609+
[profile.dev.package.generator]
610+
opt-level = 3
609611

610612
[patch.crates-io]
611613
# Pending <https://github.com/ferrilab/bitvec/pull/273>

0 commit comments

Comments
 (0)