mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +03:00
call refreshenv as part of windows test script (#534)
This commit is contained in:
parent
01981ad1c1
commit
de6a6ad19f
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
- script: 'cargo test --all'
|
- script: |
|
||||||
|
refreshenv && cargo test --all
|
||||||
displayName: Windows Cargo Test
|
displayName: Windows Cargo Test
|
||||||
condition: and(eq( variables['Agent.OS'], 'Windows_NT' ), eq( variables['CI_JOB'], 'test-all' ))
|
condition: and(eq( variables['Agent.OS'], 'Windows_NT' ), eq( variables['CI_JOB'], 'test-all' ))
|
||||||
- script: 'cargo test --all'
|
- script: 'cargo test --all'
|
||||||
|
|
Loading…
Reference in a new issue