Skip to content

Commit a5bc215

Browse files
committed
[WIP] CI: test on 32-bit and 64-bit Windows (GNU)
1 parent 0cee7a8 commit a5bc215

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/md5.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@ jobs:
3737
toolchain: stable
3838
deps: true
3939

40+
# 32-bit Windows (GNU)
41+
- target: i686-pc-windows-gnu
42+
platform: windows-latest
43+
toolchain: 1.41.0 # MSRV
44+
deps: true
45+
- target: i686-pc-windows-gnu
46+
platform: windows-latest
47+
toolchain: stable
48+
deps: true
49+
50+
# 64-bit Windows (GNU)
51+
- target: x86_64-pc-windows-gnu
52+
platform: windows-latest
53+
toolchain: 1.41.0 # MSRV
54+
deps: true
55+
- target: x86_64-pc-windows-gnu
56+
platform: windows-latest
57+
toolchain: stable
58+
deps: true
59+
4060
runs-on: ${{ matrix.platform }}
4161
steps:
4262
- uses: actions/checkout@v1

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)