mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
try and call refreshenv before running tests on windows (#3498)
* try and call refreshenv before running tests on windows * try again
This commit is contained in:
parent
b5c6d24b40
commit
5282ecb12f
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue