mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
trace instead of debug on debug
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
run: cargo build --verbose
|
||||
- name: Test
|
||||
env:
|
||||
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=debug' || '' }}
|
||||
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=trace || '' }}
|
||||
run: cargo test --verbose
|
||||
|
||||
build-wasm:
|
||||
|
||||
Reference in New Issue
Block a user