diff --git a/.travis.yml b/.travis.yml index 89334cf..e0d5eb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 chrono + - cargo test --features "backup blob chrono functions load_extension trace" diff --git a/appveyor.yml b/appveyor.yml index 9fb260e..0d9a5f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 chrono functions load_extension trace" cache: - C:\Users\appveyor\.cargo