Skip to content

Commit

Permalink
ci: add test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomelo9 committed Feb 10, 2025
1 parent b5546bd commit 17869c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
pyver: '3.10'
- os: 'windows'
pyver: '3.11'
- os: 'windows'
pyver: '3.12'
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }} | ${{ matrix.pyver }}
steps:
Expand All @@ -33,3 +31,9 @@ jobs:
run: pip install .
- name: Run tests
run: make test
- name: Upload results on failure
if: failure()
uses: actions/upload-artifact@v4
with:
name: results
path: tests/results

0 comments on commit 17869c1

Please sign in to comment.