Skip to content

Commit

Permalink
ci(bindings/go): add windows to matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Zhangjian He <[email protected]>
  • Loading branch information
hezhangjian committed Jan 13, 2025
1 parent 85c3803 commit 6366323
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/test_go_binding/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ build:
goos: "darwin"
goarch: "arm64"
os: "macos-latest"
- target: "x86_64-pc-windows-msvc"
cc: "cl.exe"
goos: "windows"
goarch: "amd64"
service:
- "fs"

1 change: 1 addition & 0 deletions .github/workflows/ci_bindings_go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:
- "core/**"
- "bindings/c/**"
- "bindings/go/**"
- ".github/scripts/test_go_binding/matrix.yaml"
- ".github/workflows/ci_bindings_go.yml"
workflow_dispatch:

Expand Down

0 comments on commit 6366323

Please sign in to comment.