mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: serial flutter unit test (#1814)
This commit is contained in:
@ -18,12 +18,12 @@ cargo make --profile test-linux dart_unit_test_inner
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.dart_unit_test_inner]
|
||||
env = { RUST_LOG = "info" }
|
||||
env = { RUST_LOG = "info", TEST_RUST_LOG = "info" }
|
||||
dependencies = ["build-test-lib"]
|
||||
description = "Run flutter unit tests"
|
||||
script = '''
|
||||
cd app_flowy
|
||||
flutter test --dart-define=RUST_LOG=${TEST_RUST_LOG} --concurrency=1
|
||||
flutter test --dart-define=RUST_LOG=${TEST_RUST_LOG} -j, --concurrency=1
|
||||
'''
|
||||
|
||||
[tasks.rust_unit_test]
|
||||
|
Reference in New Issue
Block a user