Skip to content

Commit 4108210

Browse files
committed
Update test.yml
1 parent 9973d1f commit 4108210

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ jobs:
55
test:
66
runs-on: ubuntu-latest
77
strategy:
8+
fail-fast: false
89
matrix:
10+
os: [ubuntu-latest, macos-latest, windows-latest]
911
python-version: [3.6, 3.7, 3.8]
12+
runs-on: ${{ matrix.os }}
1013
steps:
1114
- uses: actions/checkout@v2
1215
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)