diff --git a/appveyor.yml b/appveyor.yml index 23fe3d97..22c8b96e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,11 +4,14 @@ environment: build: false install: + - git submodule update --init --recursive + - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain stable - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - rustc -vV - cargo -vV + - script\fetch-test-fixtures.cmd test_script: