Disable incremental for tests

Seems buggy?
This commit is contained in:
Alex Crichton 2017-12-31 14:48:56 -08:00
parent 4151461ab9
commit 996c296de8

View File

@ -46,6 +46,7 @@ pub fn project() -> Project {
[profile.dev]
opt-level = 2 # TODO: decrease when upstream is not buggy
incremental = false
"#, IDX.with(|x| *x), dir.display())),
("Cargo.lock".to_string(), lockfile),