chore: update client api (#5208)

* chore: update client api

* chore: rename test target

* chore: fix test
This commit is contained in:
Nathan.fooo
2024-04-26 18:00:56 +08:00
committed by GitHub
parent d86afb03ba
commit 122a392bf8
95 changed files with 160 additions and 160 deletions

View File

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