array feature should not require bundled #384

Minimal fix
This commit is contained in:
gwenn
2018-08-30 21:15:38 +02:00
parent e4b8d2779f
commit abe1792f59
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ script:
- cargo test --features bundled
- cargo test --features sqlcipher
- cargo test --features "unlock_notify bundled"
- cargo test --features "array csvtab vtab"
- cargo test --features "array bundled csvtab vtab"
- cargo test --features "backup blob chrono csvtab functions hooks limits load_extension serde_json trace vtab"
- cargo test --features "backup blob chrono csvtab functions hooks limits load_extension serde_json trace vtab buildtime_bindgen"
- cargo test --features "backup blob chrono csvtab functions hooks limits load_extension serde_json trace vtab bundled"