Skip to content

Commit 7832b2e

Browse files
committed
ci: appveyor - unify after_test blocks
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent 03e2c55 commit 7832b2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: appveyor.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ cache:
1111
- target
1212
# before cache
1313
after_test:
14+
- powershell -File ci/prepare-deploy-appveyor.ps1
1415
- set CARGO_TARGET_DIR=%APPVEYOR_BUILD_FOLDER%\target
1516
- cargo install
1617
--debug
@@ -115,8 +116,6 @@ test_script:
115116
- cargo test --release --target %TARGET% --test dist -- --test-threads 1
116117
- cargo test --release --target %TARGET% --test dist_transactions
117118

118-
after_test:
119-
- powershell -File ci/prepare-deploy-appveyor.ps1
120119

121120
artifacts:
122121
- path: dist\$(TARGET)\rustup-init.exe

0 commit comments

Comments
 (0)