Skip to content

Commit 6dae33a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
1413

1514
strategy:
1615
matrix:
16+
os: [ubuntu-latest, windows-latest]
1717
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1818

1919
services:

0 commit comments

Comments
 (0)