Skip to content

Commit 86d6419

Browse files
authored
Merge pull request #586 from jusjin-org/user/jusjin/winmakebuild
chore: enable build test in windows GitHub action
2 parents bea3489 + 9791caf commit 86d6419

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
go-version: ${{ matrix.go-version }}
1717
- name: Checkout code
1818
uses: actions/checkout@v2
19+
- name: Build Test
20+
run: |
21+
make blob-windows
1922
- name: Run Windows Unit Tests
2023
run: |
2124
go test -v -race ./pkg/...

0 commit comments

Comments
 (0)