Skip to content

Commit 0cd48fe

Browse files
authored
Add back Windows and macOS to tests
1 parent 68fea01 commit 0cd48fe

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
go-version: [1.19.x, stable]
11-
os: [ubuntu-latest]
11+
os: [ubuntu-latest, windows-latest, macos-latest]
1212

1313
runs-on: ${{ matrix.os }}
1414
steps:

0 commit comments

Comments
 (0)