From 9899bb450a3737d1544ec4214ca85eada98fdae0 Mon Sep 17 00:00:00 2001 From: Dawer <7803845+iDawer@users.noreply.github.com> Date: Mon, 31 May 2021 12:15:40 +0500 Subject: minor: reenable incremental test builds --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cargo.toml') 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 incremental = true debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. -[profile.test] -incremental = false - [patch.'crates-io'] # rowan = { path = "../rowan" } -- cgit v1.2.3