Skip to content

Commit ea57e9f

Browse files
committed
Test with 32-bit on Windows again
Debian does build 32bit (on Linux), and there was a recent regression
1 parent 725214b commit ea57e9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
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)