Skip to content

Commit 2e8bc2b

Browse files
committed
Add Windows and Mac tests
1 parent 98845e9 commit 2e8bc2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ on:
99
jobs:
1010
build:
1111
name: build
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1313
strategy:
14+
# Allow other matrix jobs to complete if 1 fails
15+
fail-fast: false
1416
matrix:
1517
python-version: ["3.6", "3.7", "3.8"]
18+
os: [ubuntu-latest, windows-latest, macos-latest]
1619
steps:
1720
- uses: actions/checkout@v2
1821

0 commit comments

Comments
 (0)