Skip to content

Commit

Permalink
ci: appveyor - unify after_test blocks
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
  • Loading branch information
kinnison committed Dec 20, 2019
1 parent 03e2c55 commit 7832b2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ cache:
- target
# before cache
after_test:
- powershell -File ci/prepare-deploy-appveyor.ps1
- set CARGO_TARGET_DIR=%APPVEYOR_BUILD_FOLDER%\target
- cargo install
--debug
Expand Down Expand Up @@ -115,8 +116,6 @@ test_script:
- cargo test --release --target %TARGET% --test dist -- --test-threads 1
- cargo test --release --target %TARGET% --test dist_transactions

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

artifacts:
- path: dist\$(TARGET)\rustup-init.exe
Expand Down

0 comments on commit 7832b2e

Please sign in to comment.