fix missing '

This commit is contained in:
Pere Diaz Bou
2024-11-13 10:20:16 +00:00
parent cfb6046717
commit 97ec01a220

View File

@@ -31,7 +31,7 @@ jobs:
run: cargo build --verbose
- name: Test
env:
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=trace || '' }}
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=trace' || '' }}
run: cargo test --verbose
build-wasm: