mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-20 00:11:23 +00:00
Disable incremental for tests
Seems buggy?
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user