Skip to content

Commit

Permalink
test(ci) Add Windows in the matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 12, 2021
1 parent 73ba9b0 commit e7164e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

- id: 'darwin-amd64'
os: 'macos-latest'

- id: 'windows-amd64'
os: 'windows-latest'
fail-fast: true

runs-on: ${{ matrix.target.os }}
Expand Down

0 comments on commit e7164e1

Please sign in to comment.