Skip to content

Commit 154e8a4

Browse files
committed
Run test on windows
1 parent 21c74b3 commit 154e8a4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

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

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
strategy:
12+
matrix:
13+
os: [ubuntu-latest, windows-latest]
14+
runs-on: ${{ matrix.os }}
1215

1316
steps:
1417
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)