We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e2c55 commit 7832b2eCopy full SHA for 7832b2e
appveyor.yml
@@ -11,6 +11,7 @@ cache:
11
- target
12
# before cache
13
after_test:
14
+ - powershell -File ci/prepare-deploy-appveyor.ps1
15
- set CARGO_TARGET_DIR=%APPVEYOR_BUILD_FOLDER%\target
16
- cargo install
17
--debug
@@ -115,8 +116,6 @@ test_script:
115
116
- cargo test --release --target %TARGET% --test dist -- --test-threads 1
117
- cargo test --release --target %TARGET% --test dist_transactions
118
-after_test:
119
- - powershell -File ci/prepare-deploy-appveyor.ps1
120
121
artifacts:
122
- path: dist\$(TARGET)\rustup-init.exe
0 commit comments