fix: gate sqlcipher testing behind cfg to make development less annoying

This commit is contained in:
Austin Bonander
2024-03-05 18:04:45 -08:00
parent dfb60141bd
commit e5c18b354e
3 changed files with 8 additions and 1 deletions

View File

@@ -167,6 +167,9 @@ jobs:
matrix:
runtime: [async-std, tokio]
needs: check
env:
# Enable tests with SQLCipher
RUSTFLAGS: --cfg sqlite_test_sqlcipher
steps:
- uses: actions/checkout@v2