Skip to content

Commit eb35db6

Browse files
committed
gha: add windows
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 0878220 commit eb35db6

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)