Skip to content

Commit

Permalink
On Windows, test 64-bit GNU and 32-bit MSVC as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 7, 2024
1 parent e58b284 commit 5e56078
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
os:
- ubuntu-latest
- windows-latest
include:
- rust: stable-x86_64-pc-windows-gnu
os: windows-latest
- rust: stable-i686-pc-windows-msvc
os: windows-latest
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 5e56078

Please sign in to comment.