mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Activate vtab feature in CI builds.
This commit is contained in:
parent
a9fa2baa3e
commit
80e895192e
@ -13,4 +13,5 @@ script:
|
||||
- cargo test --features load_extension
|
||||
- cargo test --features trace
|
||||
- cargo test --features functions
|
||||
- cargo test --features "backup blob functions load_extension trace"
|
||||
- cargo test --features functions vtab
|
||||
- cargo test --features "backup blob functions load_extension trace vtab"
|
||||
|
@ -16,7 +16,7 @@ build: false
|
||||
|
||||
test_script:
|
||||
- cargo test --lib --verbose
|
||||
- cargo test --lib --features "backup blob functions load_extension trace"
|
||||
- cargo test --lib --features "backup blob functions load_extension trace vtab"
|
||||
|
||||
cache:
|
||||
- C:\Users\appveyor\.cargo
|
||||
|
Loading…
Reference in New Issue
Block a user