Skip to content

Commit 10d486b

Browse files
committed
Add Windows 7 test
1 parent 6766018 commit 10d486b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tests.yml

+12
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,18 @@ jobs:
159159
- uses: Swatinem/rust-cache@v2
160160
- run: cargo test --features=std
161161

162+
windows7:
163+
name: Windows 7 Test
164+
runs-on: windows-2022
165+
steps:
166+
- uses: actions/checkout@v3
167+
- uses: dtolnay/rust-toolchain@nightly
168+
with:
169+
components: rust-src
170+
- uses: Swatinem/rust-cache@v2
171+
- run: cargo test --target=x86_64-win7-windows-msvc -Z build-std --features=std
172+
- run: cargo test --target=i686-win7-windows-msvc -Z build-std --features=std
173+
162174
cross-tests:
163175
name: Cross Test
164176
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)