Skip to content

Commit e6931e5

Browse files
committed
(DO NOT MERGE) Run extra jobs in PR CI
1 parent ad4c3d8 commit e6931e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/github-actions/jobs.yml

+5
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ pr:
9898
<<: *job-linux-16c
9999
- image: x86_64-gnu-tools
100100
<<: *job-linux-16c
101+
- image: x86_64-msvc
102+
env:
103+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
104+
SCRIPT: make ci-msvc
105+
<<: *job-windows-8c
101106

102107
# Jobs that run when you perform a try build (@bors try)
103108
# These jobs automatically inherit envs.try, to avoid repeating

0 commit comments

Comments
 (0)