Skip to content

Commit e46db01

Browse files
committed
ci: enable Windows support in GitHub Actions testing
- Add Windows as a supported operating system for testing in the GitHub Actions workflow Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 99a5a84 commit e46db01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
test:
4242
strategy:
4343
matrix:
44-
os: [ubuntu-latest, macos-latest]
44+
os: [ubuntu-latest, macos-latest, windows-latest]
4545
go: [1.24, 1.25]
4646
include:
4747
- os: ubuntu-latest

0 commit comments

Comments
 (0)