call refreshenv as part of windows test script (#534)

This commit is contained in:
Antioch Peverell 2020-11-25 15:04:49 +00:00 committed by GitHub
parent 01981ad1c1
commit de6a6ad19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
steps:
- script: 'cargo test --all'
- script: |
refreshenv && cargo test --all
displayName: Windows Cargo Test
condition: and(eq( variables['Agent.OS'], 'Windows_NT' ), eq( variables['CI_JOB'], 'test-all' ))
- script: 'cargo test --all'