diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8e3eb0f3..b039c19b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,10 +43,13 @@ before_test: ) test_script: - - if [%CLIPPY%] == [true] ( - cargo %RUST_TOOLCHAIN% clippy - ) else ( - cargo %RUST_TOOLCHAIN% test + - if [%CLIPPY%]==[true] ( + cargo +%RUST_TOOLCHAIN% clippy + ) + else ( + cargo +%RUST_TOOLCHAIN% test & + copy target\debug\winpty-agent.exe target\debug\deps & + cargo +%RUST_TOOLCHAIN% test -p winpty ) cache: |