core_tester index fuzz tests with flag

This commit is contained in:
Pere Diaz Bou
2025-06-17 15:28:32 +02:00
parent 26eb63b09f
commit de1f29dadf
3 changed files with 10 additions and 0 deletions

View File

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