Skip to content

Commit

Permalink
Run MSVC on PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Dec 16, 2023
1 parent 0cba7c8 commit 27e216a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,12 @@ jobs:
ENABLE_GCC_CODEGEN: "1"
<<: *job-linux-16c

- name: x86_64-msvc
env:
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
SCRIPT: make ci-msvc
<<: *job-windows-8c

- name: x86_64-gnu-tools
<<: *job-linux-16c

Expand Down

0 comments on commit 27e216a

Please sign in to comment.