mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-23 18:40:24 +00:00
fix: gate sqlcipher testing behind cfg to make development less annoying
This commit is contained in:
3
.github/workflows/sqlx.yml
vendored
3
.github/workflows/sqlx.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user