Skip to content

Commit 27e216a

Browse files
committed
Run MSVC on PR action
1 parent 0cba7c8 commit 27e216a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/ci/github-actions/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,12 @@ jobs:
339339
ENABLE_GCC_CODEGEN: "1"
340340
<<: *job-linux-16c
341341

342+
- name: x86_64-msvc
343+
env:
344+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
345+
SCRIPT: make ci-msvc
346+
<<: *job-windows-8c
347+
342348
- name: x86_64-gnu-tools
343349
<<: *job-linux-16c
344350

0 commit comments

Comments
 (0)