Skip to content

Commit f8c73c3

Browse files
authored
Set up CI for macOS and Windows (#17)
1 parent ba881f9 commit f8c73c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ on: [push, pull_request]
33

44
jobs:
55
test:
6-
runs-on: ubuntu-latest
76
strategy:
7+
fail-fast: false
88
matrix:
9+
os: [ubuntu-latest, macos-latest, windows-latest]
910
python-version: [3.6, 3.7, 3.8]
11+
runs-on: ${{ matrix.os }}
1012
steps:
1113
- uses: actions/checkout@v2
1214
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)