mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-20 16:26:33 +00:00
Disable incremental for tests
Seems buggy?
This commit is contained in:
@ -46,6 +46,7 @@ pub fn project() -> Project {
|
|||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 2 # TODO: decrease when upstream is not buggy
|
opt-level = 2 # TODO: decrease when upstream is not buggy
|
||||||
|
incremental = false
|
||||||
"#, IDX.with(|x| *x), dir.display())),
|
"#, IDX.with(|x| *x), dir.display())),
|
||||||
|
|
||||||
("Cargo.lock".to_string(), lockfile),
|
("Cargo.lock".to_string(), lockfile),
|
||||||
|
Reference in New Issue
Block a user