enable encryption feature flag by default

This commit is contained in:
Avinash Sajjanshetty
2025-09-30 19:04:25 +05:30
parent c8111f9555
commit a360efa6e0
8 changed files with 3 additions and 13 deletions

View File

@@ -40,10 +40,6 @@ 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
cargo test --features encryption --color=always --lib storage::encryption
- name: Test Checksums
run: |
cargo test --features checksum --color=always --lib storage::checksum