update build script: disable dart isolate on test

This commit is contained in:
appflowy
2021-08-18 16:02:47 +08:00
parent bfb80d1184
commit 27681fda07
3 changed files with 5 additions and 3 deletions

View File

@ -25,7 +25,7 @@ description = "Build desktop targets."
script = [
"""
cd rust-lib/
cargo build --package=dart-ffi --target ${DESKTOP_TARGET}
cargo build --package=dart-ffi --target ${DESKTOP_TARGET} --features="observable"
cd ../
""",
]