Skip to content

Commit

Permalink
call refreshenv as part of windows test script (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiochp committed Nov 25, 2020
1 parent 01981ad commit de6a6ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/test.yml
@@ -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'
Expand Down

0 comments on commit de6a6ad

Please sign in to comment.