mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
support run tests on remote
This commit is contained in:
@ -5,16 +5,15 @@ dependencies = ["rm_cache"]
|
||||
description = "Build desktop targets."
|
||||
script = '''
|
||||
cd rust-lib
|
||||
cargo test --features "flowy-workspace/mock_server","flowy-user/mock_server"
|
||||
cargo test
|
||||
'''
|
||||
|
||||
|
||||
[tasks.test_remote]
|
||||
dependencies = ["rm_cache", "run_server"]
|
||||
[tasks.run_test_remote_command]
|
||||
dependencies = ["rm_cache"]
|
||||
script = """
|
||||
cd rust-lib
|
||||
cargo test
|
||||
cargo test --features "flowy-workspace/http_server","flowy-user/http_server"
|
||||
"""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user