Add serde_json feature to CI checks

This commit is contained in:
John Gallagher 2016-05-16 10:15:05 -05:00
parent b47b644246
commit 24024b90b6
2 changed files with 3 additions and 2 deletions

View File

@ -14,4 +14,5 @@ script:
- cargo test --features trace
- cargo test --features functions
- cargo test --features chrono
- cargo test --features "backup blob chrono functions load_extension trace"
- cargo test --features serde_json
- cargo test --features "backup blob chrono functions load_extension serde_json trace"

View File

@ -16,7 +16,7 @@ build: false
test_script:
- cargo test --lib --verbose
- cargo test --lib --features "backup blob chrono functions load_extension trace"
- cargo test --lib --features "backup blob chrono functions load_extension serde_json trace"
cache:
- C:\Users\appveyor\.cargo