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:
Nathan.fooo
2022-11-17 16:44:17 +08:00
committed by GitHub
parent f00a78746e
commit fc10ee2d6b
77 changed files with 1607 additions and 1415 deletions

View File

@ -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]