Add a simple test for encryption

This commit is contained in:
Avinash Sajjanshetty
2025-08-13 11:42:06 +05:30
parent fc3b76de1b
commit eb45a156fc
4 changed files with 78 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ jobs:
python-version: "3.10"
- name: Build
run: cargo build --verbose
- name: Test Encryption
run: cargo test --features encryption --color=always --test integration_tests query_processing::encryption
- name: Test
env:
RUST_LOG: ${{ runner.debug && 'turso_core::storage=trace' || '' }}