Skip to content

Commit 97138eb

Browse files
committed
fix(ci): just cfg-out the whole tests/sqlite/sqlcipher.rs
1 parent c694288 commit 97138eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sqlite/sqlcipher.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(sqlite_test_sqlcipher)]
2+
13
use std::str::FromStr;
24

35
use sqlx::sqlite::SqliteQueryResult;
@@ -125,7 +127,6 @@ async fn it_fails_if_password_is_incorrect() -> anyhow::Result<()> {
125127
Ok(())
126128
}
127129

128-
#[cfg(sqlite_test_sqlcipher)]
129130
#[sqlx_macros::test]
130131
async fn it_honors_order_of_encryption_pragmas() -> anyhow::Result<()> {
131132
let (url, _dir) = new_db_url().await?;

0 commit comments

Comments
 (0)