Skip to content

Commit 3da4fb6

Browse files
committed
ci: run the test suite on the 3 major OSes
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
1 parent 4bf7126 commit 3da4fb6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ on:
77
branches: [ master ]
88

99
jobs:
10-
build:
11-
runs-on: ubuntu-latest
10+
tests:
1211
strategy:
1312
matrix:
1413
python-version: [3.6, 3.7, 3.8, 3.9]
14+
os:
15+
- ubuntu-latest
16+
- macOS-latest
17+
- windows-latest
1518

19+
runs-on: ${{ matrix.os }}
1620
steps:
1721
- uses: actions/checkout@v2
1822
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)