mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update workspace id from nanoid to uuid (#2731)
* chore: update workspace id * ci: enable RUST_BACKTRACE * chore: update patch
This commit is contained in:
@ -44,7 +44,7 @@ env = { RUST_LOG = "info" }
|
||||
description = "Run rust-lib unit tests"
|
||||
script = '''
|
||||
cd rust-lib
|
||||
cargo test --no-default-features --features="rev-sqlite"
|
||||
RUST_LOG=info RUST_BACKTRACE=1 cargo test --no-default-features --features="rev-sqlite"
|
||||
'''
|
||||
|
||||
[tasks.shared_lib_unit_test]
|
||||
|
Reference in New Issue
Block a user