mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Add serde_json feature to CI checks
This commit is contained in:
parent
b47b644246
commit
24024b90b6
@ -14,4 +14,5 @@ script:
|
|||||||
- cargo test --features trace
|
- cargo test --features trace
|
||||||
- cargo test --features functions
|
- cargo test --features functions
|
||||||
- cargo test --features chrono
|
- 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"
|
||||||
|
@ -16,7 +16,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 trace"
|
- cargo test --lib --features "backup blob chrono functions load_extension serde_json trace"
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- C:\Users\appveyor\.cargo
|
- C:\Users\appveyor\.cargo
|
||||||
|
Loading…
Reference in New Issue
Block a user