Skip to content

Commit 31f1264

Browse files
authored
Remove windows from unit test (#13)
1 parent 5b2f7d3 commit 31f1264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
12+
os: [ubuntu-latest, macos-latest]
1313
node-version: [20, 22]
1414

1515
steps:

0 commit comments

Comments
 (0)