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:
Nathan.fooo
2023-06-07 22:27:13 +08:00
committed by GitHub
parent 95d620931f
commit 3e3bdb59ae
8 changed files with 49 additions and 35 deletions

View File

@ -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]