mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 11:14:20 +01:00
enable encryption feature flag by default
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user