refactor: rename flowy-test to event-integration (#3667)

This commit is contained in:
Nathan.fooo
2023-10-11 20:02:09 +08:00
committed by GitHub
parent cf521fe20b
commit e59870e421
65 changed files with 91 additions and 94 deletions

View File

@ -43,7 +43,7 @@ run_task = { name = ["rust_lib_unit_test", "shared_lib_unit_test"] }
env = { RUST_LOG = "info" }
description = "Run cloud unit tests"
script = '''
cd rust-lib/flowy-test
cd rust-lib/event-integration
RUST_BACKTRACE=1 cargo test supabase_ --features "cloud_test"
'''