mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add appveyor CI test for standard build with bundled SQLite
This commit is contained in:
parent
35353eb642
commit
97b06368d4
@ -16,6 +16,7 @@ build: false
|
||||
|
||||
test_script:
|
||||
- cargo test --lib --verbose
|
||||
- cargo test --lib --verbose --features bundled
|
||||
- cargo test --lib --features "backup blob chrono functions load_extension serde_json trace"
|
||||
- cargo test --lib --features "backup blob chrono functions load_extension serde_json trace bundled"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user