Skip to content

Commit

Permalink
Merge pull request #143 from rust-secure-code/msvc-ci
Browse files Browse the repository at this point in the history
Fix Windows CI to run both -msvc and -gnu
  • Loading branch information
Shnatsel authored Apr 28, 2024
2 parents a2e3ae4 + 5fab300 commit 825fdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
profile: minimal
override: true
target: "x86_64-pc-windows-gnu"
target: "x86_64-pc-windows-msvc"
- name: "Test on the native x86_64-pc-windows-mscv"
run: cargo test --all-features --workspace
- name: "Test when cross-compiling to x86_64-pc-windows-gnu"
Expand Down

0 comments on commit 825fdce

Please sign in to comment.