Skip to content

Commit 2fbb650

Browse files
committed
Test with 32-bit on Windows again
Debian does build 32bit (on Linux), and there was a recent regression
1 parent 563e29d commit 2fbb650

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
include:
29+
- name: Test suite with py311-windows-32
30+
python: '3.11'
31+
arch: x86
32+
os: windows-latest
33+
toxenv: py
2934
- name: Test suite with py37-windows-64
3035
python: '3.7'
3136
arch: x64

0 commit comments

Comments
 (0)