Skip to content

Commit

Permalink
chore(ci): Add Windows to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed Dec 16, 2020
1 parent 54b62ba commit cce66fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
os: 'ubuntu-18.04'
- id: 'darwin-amd64'
os: 'macos-latest'
- id: 'windows-amd64'
os: 'windows-latest'
go: [1.14]
fail-fast: true

Expand Down

0 comments on commit cce66fe

Please sign in to comment.