Skip to content

Commit 3435786

Browse files
committed
Fix Windows CI
1 parent be8870e commit 3435786

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.taskcluster.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,18 @@ tasks:
6666
payload:
6767
maxRunTime: 3600
6868
command:
69+
- set RUSTUP_INIT_PATH=%CD%\rustup-init
70+
- set PATH=%RUSTUP_INIT_PATH%;%USERPROFILE%\.cargo\bin;%PATH%
71+
- rustup-init -yv --default-toolchain stable ^
72+
--default-host x86_64-pc-windows-msvc
6973
- git clone --recursive --quiet ${repository}
7074
- cd rust-code-analysis
7175
- git -c advice.detachedHead=false checkout ${head_rev}
72-
- cargo test
76+
- cargo test --verbose --all-features
77+
mounts:
78+
- content:
79+
url: https://win.rustup.rs/
80+
file: rustup-init\rustup-init.exe
7381
metadata:
7482
name: rust-code-analysis windows test
7583
description: rust-code-analysis windows test

0 commit comments

Comments
 (0)