mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: dart test (#1920)
This commit is contained in:
@ -1,23 +1,23 @@
|
||||
|
||||
[tasks.dart_unit_test]
|
||||
script = '''
|
||||
cargo make --profile test-macos dart_unit_test_impl
|
||||
cargo make --profile test-macos run_dart_unit_test
|
||||
'''
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.dart_unit_test.windows]
|
||||
script = '''
|
||||
cargo make --profile test-windows dart_unit_test_impl
|
||||
cargo make --profile test-windows run_dart_unit_test
|
||||
'''
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.dart_unit_test.linux]
|
||||
script = '''
|
||||
cargo make --profile test-linux dart_unit_test_impl
|
||||
cargo make --profile test-linux run_dart_unit_test
|
||||
'''
|
||||
script_runner = "@shell"
|
||||
|
||||
[tasks.dart_unit_test_impl]
|
||||
[tasks.run_dart_unit_test]
|
||||
env = { RUST_LOG = "info" }
|
||||
dependencies = ["build_test_backend"]
|
||||
description = "Run flutter unit tests"
|
||||
|
Reference in New Issue
Block a user