Skip to content

Commit

Permalink
Be super duper extra sure both MinGW and MSVC are tested on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed May 2, 2024
1 parent eb51453 commit 9e10594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
profile: minimal
override: true
target: "wasm32-unknown-unknown"
- name: "Test on the native x86_64-pc-windows-mscv"
- name: "Test on the native x86_64-pc-windows-msvc"
env:
AUDITABLE_TEST_TARGET: "x86_64-pc-windows-msvc"
run: cargo test --all-features --workspace
- name: "Test when cross-compiling to x86_64-pc-windows-gnu"
env:
Expand Down

0 comments on commit 9e10594

Please sign in to comment.