trace instead of debug on debug

This commit is contained in:
Pere Diaz Bou
2024-11-13 10:14:12 +00:00
parent 6834f11e28
commit cfb6046717

View File

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