Skip to content

Commit adc0f2d

Browse files
authored
Add tests on windows
1 parent 39a9681 commit adc0f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on: [push]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11+
os: [ubuntu-latest, windows-2019]
1112
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
1213

1314
steps:

0 commit comments

Comments
 (0)