diff --git a/.travis.yml b/.travis.yml index d374523..dd9573f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,4 +37,6 @@ script: - cargo test --features serde_json - cargo test --features bundled - cargo test --features "backup blob chrono functions limits load_extension serde_json trace" + - cargo test --features "backup blob chrono functions limits load_extension serde_json trace buildtime_bindgen" - cargo test --features "backup blob chrono functions limits load_extension serde_json trace bundled" + - cargo test --features "backup blob chrono functions limits load_extension serde_json trace bundled buildtime_bindgen" diff --git a/appveyor.yml b/appveyor.yml index 21e3259..2d7a1c3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,7 +21,9 @@ test_script: - cargo test --lib --verbose - cargo test --lib --verbose --features bundled - cargo test --lib --features "backup blob chrono functions limits load_extension serde_json trace" + - cargo test --lib --features "backup blob chrono functions limits load_extension serde_json trace buildtime_bindgen" - cargo test --lib --features "backup blob chrono functions limits load_extension serde_json trace bundled" + - cargo test --lib --features "backup blob chrono functions limits load_extension serde_json trace bundled buildtime_bindgen" cache: - C:\Users\appveyor\.cargo