mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-29 04:44:23 +01:00
run encryption tests in CI
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -39,7 +39,9 @@ jobs:
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Test Encryption
|
||||
run: cargo test --features encryption --color=always --test integration_tests query_processing::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
|
||||
env:
|
||||
RUST_LOG: ${{ runner.debug && 'turso_core::storage=trace' || '' }}
|
||||
|
||||
Reference in New Issue
Block a user