mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
core_tester index fuzz tests with flag
This commit is contained in:
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@@ -41,6 +41,11 @@ jobs:
|
||||
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=trace' || '' }}
|
||||
run: cargo test --verbose
|
||||
timeout-minutes: 20
|
||||
- name: Tests with indexes
|
||||
env:
|
||||
RUST_LOG: ${{ runner.debug && 'limbo_core::storage=trace' || '' }}
|
||||
run: cargo test --verbose -p core_tester --features index_experimental -- --ignored index_scan
|
||||
timeout-minutes: 20
|
||||
|
||||
|
||||
clippy:
|
||||
|
||||
Reference in New Issue
Block a user