Skip to content

Commit 1849d9c

Browse files
authored
Merge pull request #40 from thaJeztah/ci_windows2
gha: add windows
2 parents 0878220 + eb35db6 commit 1849d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
go: ["1.18.x", "1.19.x", "1.20.x"]
8-
platform: [ubuntu-latest, macos-latest]
8+
platform: [ubuntu-latest, windows-latest, macos-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go ${{ matrix.go }}

0 commit comments

Comments
 (0)