mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Add board group test (#1376)
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
|
||||
[tasks.dart_unit_test]
|
||||
dependencies = ["build-test-lib"]
|
||||
description = "Run flutter unit tests"
|
||||
script = '''
|
||||
cd app_flowy
|
||||
flutter test --dart-define=RUST_LOG=${TEST_RUST_LOG}
|
||||
'''
|
||||
|
||||
[tasks.rust_unit_test]
|
||||
run_task = { name = ["rust_lib_unit_test", "shared_lib_unit_test"] }
|
||||
|
||||
|
Reference in New Issue
Block a user