From 97b06368d47167faf209428a40065e6ea6f0ce9e Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Sat, 31 Dec 2016 01:09:21 -0500 Subject: [PATCH] Add appveyor CI test for standard build with bundled SQLite --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 0f7c058..aa6550e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,7 @@ build: false test_script: - cargo test --lib --verbose + - cargo test --lib --verbose --features bundled - 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"