Skip to content

Commit fc8ac7b

Browse files
committed
try windows on github ci
1 parent c4db206 commit fc8ac7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
os:
3535
- ubuntu-latest
3636
- macos-latest
37+
- windows-latest
3738
node:
3839
- 16
3940
- 18
@@ -44,6 +45,8 @@ jobs:
4445
exclude:
4546
- os: macos-latest
4647
test-command: test:fast
48+
- os: windows-latest
49+
test-command: test:fast
4750

4851
runs-on: ${{ matrix.os }}
4952

0 commit comments

Comments
 (0)