Skip to content

Commit

Permalink
CI: Enable testing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 3, 2020
1 parent fc8bc1d commit 8f84461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
crate-version: [nightly]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
sqla-version: ['1.1.18', '1.2.19', '1.3.20']
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
bin/flake8
test_program=bin/test
if [ ${{ matrix.os }} = "macos-latest" ]; then
if [ ${{ matrix.os }} = "macos-latest" || ${{ matrix.os }} = "windows-latest" ]; then
test_program=bin/test-quick
fi
bin/coverage run $test_program -vv1

0 comments on commit 8f84461

Please sign in to comment.