Skip to content

Commit 18b332f

Browse files
committed
CI: Enable testing on Windows
1 parent edeb599 commit 18b332f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, macos-latest]
19+
os: [ubuntu-latest, macos-latest, windows-2019]
2020
python-version: ['3.7', '3.8', '3.9', '3.10']
2121
cratedb-version: ['4.8.0']
2222
sqla-version: ['1.3.24']

0 commit comments

Comments
 (0)