Skip to content

Commit 85aa777

Browse files
committed
ci(workflow): set GOOS to windows for build and test jobs
1 parent c1dabab commit 85aa777

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626

2727
- name: Build
2828
run: go build -v ./...
29+
env:
30+
GOOS: windows
2931

3032
- name: Test
3133
run: go test -v ./...
34+
env:
35+
GOOS: windows

0 commit comments

Comments
 (0)