diff --git a/.ci/test.yml b/.ci/test.yml index 65c9bee2f..1c476ecfc 100644 --- a/.ci/test.yml +++ b/.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'