Skip to content

Commit 66f9bb7

Browse files
committed
Add macos and windows to CI
1 parent b5f770c commit 66f9bb7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88

99
jobs:
1010
build:
11-
12-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
1312
strategy:
13+
fail-fast: false
1414
matrix:
15+
os: [ubuntu-latest, macos-latest, windows-latest]
1516
python-version: [3.6, 3.7, 3.8]
1617

1718
steps:

0 commit comments

Comments
 (0)