mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Fix filter test (#1459)
* chore: move grid_view_editor.rs to view_editor folder * chore: hide invisible rows * fix: lock issue * fix: flutter test potential failed * chore: separate group tests Co-authored-by: nathan <nathan@appflowy.io>
This commit is contained in:
@ -4,7 +4,7 @@ dependencies = ["build-test-lib"]
|
||||
description = "Run flutter unit tests"
|
||||
script = '''
|
||||
cd app_flowy
|
||||
flutter test --dart-define=RUST_LOG=${TEST_RUST_LOG}
|
||||
flutter test --dart-define=RUST_LOG=${TEST_RUST_LOG} --concurrency=1
|
||||
'''
|
||||
|
||||
[tasks.rust_unit_test]
|
||||
|
Reference in New Issue
Block a user