We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f425c66 commit afe41f8Copy full SHA for afe41f8
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
run:
16
strategy:
17
matrix:
18
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
19
go-version: ${{ fromJSON(needs.get-go-versions.outputs.matrix) }}
20
runs-on: ${{ matrix.os }}
21
needs: get-go-versions
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
steps:
0 commit comments