Skip to content

Commit 7317f7d

Browse files
committed
ci: Run tests on Windows in GitHub Action
1 parent 89979a9 commit 7317f7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: [ubuntu-latest, windows-latest]
1414

1515
strategy:
1616
matrix:
17+
os: [ubuntu-latest, windows-latest]
1718
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1819

1920
services:

0 commit comments

Comments
 (0)