Skip to content

Commit 741143f

Browse files
authored
Merge pull request #179 from Jacalz/add-back-ci-os
Add back Windows and macOS to tests
2 parents 68fea01 + 0cd48fe commit 741143f

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)