Skip to content

Commit 9b1cd04

Browse files
committed
chore: run CI tests on windows and mac
1 parent 2536cb9 commit 9b1cd04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919

2020
test:
2121
name: Run tests
22-
runs-on: ubuntu-latest
22+
23+
runs-on:
24+
- ubuntu-latest
25+
- macos-latest
26+
- windows-latest
2327

2428
strategy:
2529
matrix:

0 commit comments

Comments
 (0)