Skip to content

Commit e4a1ea8

Browse files
committed
[gh/actions] Add full test matrix
1 parent 0a297bc commit e4a1ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest]
19-
python-version: [3.6]
18+
os: [ubuntu-latest, macos-latest, windows-latest]
19+
python-version: [3.6, 3.7, 3.8, 3.9]
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)