Added bundled to be tested too in both remote CI

This commit is contained in:
Omar Ferrer 2016-10-08 01:48:38 -04:00
parent 70203f9ed6
commit cf29cf8c87
2 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,6 @@ script:
- cargo test --features functions - cargo test --features functions
- cargo test --features chrono - cargo test --features chrono
- cargo test --features serde_json - cargo test --features serde_json
- cargo test --features bundled
- cargo test --features "backup blob chrono functions load_extension serde_json trace" - cargo test --features "backup blob chrono functions load_extension serde_json trace"
- cargo test --features "backup blob chrono functions load_extension serde_json trace bundled"

View File

@ -17,6 +17,7 @@ build: false
test_script: test_script:
- cargo test --lib --verbose - cargo test --lib --verbose
- 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"
- cargo test --lib --features "backup blob chrono functions load_extension serde_json trace bundled"
cache: cache:
- C:\Users\appveyor\.cargo - C:\Users\appveyor\.cargo