Activate vtab feature in CI builds.

This commit is contained in:
gwenn 2016-02-12 20:20:12 +01:00
parent a9fa2baa3e
commit 80e895192e
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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