mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 10:14:21 +01:00
add dbug option rust.yml
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -25,11 +25,13 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Test
|
||||
env:
|
||||
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=debug' || '' }}
|
||||
run: cargo test --verbose
|
||||
|
||||
build-wasm:
|
||||
|
||||
Reference in New Issue
Block a user