Skip to content

Commit 17869c1

Browse files
committed
ci: add test on Windows
1 parent b5546bd commit 17869c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
pyver: '3.10'
1919
- os: 'windows'
2020
pyver: '3.11'
21-
- os: 'windows'
22-
pyver: '3.12'
2321
runs-on: ${{ matrix.os }}-latest
2422
name: ${{ matrix.os }} | ${{ matrix.pyver }}
2523
steps:
@@ -33,3 +31,9 @@ jobs:
3331
run: pip install .
3432
- name: Run tests
3533
run: make test
34+
- name: Upload results on failure
35+
if: failure()
36+
uses: actions/upload-artifact@v4
37+
with:
38+
name: results
39+
path: tests/results

0 commit comments

Comments
 (0)