Skip to content

Commit 4e3c36c

Browse files
ci: add Windows build to CI test matrix (#25)
Add windows-latest to the test matrix alongside ubuntu-latest and macos-latest to ensure the SDK builds and tests pass on Windows. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 396bb5d commit 4e3c36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
os: [ubuntu-latest, macos-latest]
59+
os: [ubuntu-latest, macos-latest, windows-latest]
6060
rust: [stable]
6161
steps:
6262
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)