mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
Add checksums behind a feature flag
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -42,10 +42,14 @@ jobs:
|
||||
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
|
||||
cargo test --features checksum --color=always --test integration_tests storage::checksum
|
||||
- name: Test
|
||||
env:
|
||||
RUST_LOG: ${{ runner.debug && 'turso_core::storage=trace' || '' }}
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose --features checksum
|
||||
timeout-minutes: 20
|
||||
|
||||
clippy:
|
||||
|
||||
Reference in New Issue
Block a user