diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-31 08:20:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-31 08:20:18 +0100 |
commit | c7ae41829655226f1ea0a8c9ea2fe24bd175b609 (patch) | |
tree | 3f6b24d20ea1400a91510971687f90afe18e0eb1 | |
parent | f4383981249d3f2964f2c667f3349f8ff15b77c4 (diff) | |
parent | 9899bb450a3737d1544ec4214ca85eada98fdae0 (diff) |
Merge #9072
9072: minor: reenable incremental test builds r=lnicola a=iDawer
Co-authored-by: Dawer <[email protected]>
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 698db5e3a..32ba3923b 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -20,9 +20,6 @@ miniz_oxide.opt-level = 3 | |||
20 | incremental = true | 20 | incremental = true |
21 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. | 21 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. |
22 | 22 | ||
23 | [profile.test] | ||
24 | incremental = false | ||
25 | |||
26 | [patch.'crates-io'] | 23 | [patch.'crates-io'] |
27 | # rowan = { path = "../rowan" } | 24 | # rowan = { path = "../rowan" } |
28 | 25 | ||