Skip to content

Commit 3ebc40c

Browse files
authored
ci: run tests on Windows and macOS (#15)
1 parent 8a449ad commit 3ebc40c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: "ubuntu-latest"
11+
strategy:
12+
fail-fast: false
13+
matrix:
14+
runs-on:
15+
- "ubuntu-latest"
16+
- "windows-latest"
17+
- "macos-latest"
18+
runs-on: "${{ matrix.runs-on }}"
1219
steps:
1320
- uses: "actions/[email protected]"
1421

0 commit comments

Comments
 (0)