Skip to content

Commit

Permalink
Readd Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Nov 24, 2024
1 parent 811fd12 commit 3994199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu, macos ]
os: [ ubuntu, macos, windows ]
python-version: [ "3.8", "3.12" ]

# pytest-split handles dividing the tests into n groups indexed 1...n.
Expand Down Expand Up @@ -76,6 +76,8 @@ jobs:
pytest-split-group-size: 3
- os: macos
pytest-split-group-size: 3
- os: windows
pytest-split-group-size: 10

defaults:
run:
Expand Down

0 comments on commit 3994199

Please sign in to comment.