Skip to content

Commit bd2ae47

Browse files
committed
test other OSs
1 parent ac24249 commit bd2ae47

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ env:
66
jobs:
77
test:
88
name: Test & Lint
9-
runs-on: ubuntu-latest
9+
strategy:
10+
matrix:
11+
os: [ubuntu-latest, macos-latest, windows-latest]
12+
runs-on: ${{ matrix.os }}
1013
steps:
1114
- name: Checkout
1215
uses: actions/checkout@v2

0 commit comments

Comments
 (0)