Skip to content

Commit 8f84461

Browse files
committed
CI: Enable testing on Windows
1 parent fc8bc1d commit 8f84461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
crate-version: [nightly]
23-
os: [ubuntu-latest, macos-latest]
23+
os: [ubuntu-latest, macos-latest, windows-latest]
2424
sqla-version: ['1.1.18', '1.2.19', '1.3.20']
2525
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2626

@@ -57,7 +57,7 @@ jobs:
5757
bin/flake8
5858
5959
test_program=bin/test
60-
if [ ${{ matrix.os }} = "macos-latest" ]; then
60+
if [ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]; then
6161
test_program=bin/test-quick
6262
fi
6363
bin/coverage run $test_program -vv1

0 commit comments

Comments
 (0)