summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a69cf56..b6b1206 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,8 +14,9 @@ install:
- set CARGO_TARGET_DIR=%APPVEYOR_BUILD_FOLDER%\target
- rustc -V
- cargo -V
+ - git submodule update --init --recursive
build: false
test_script:
- cargo test
- cargo test --no-default-features
- - cargo run --manifest-path systest/Cargo.toml
+ - cargo run