Skip to content

Commit

Permalink
added macOS,Windows to build/test stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswin Annamalai authored and ignatk committed Jul 13, 2022
1 parent 41aa3d5 commit 657b7cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, macos-latest , windows-latest ]
go: [ '1.13', '1.17', '>=1.18' ]
name: Test go${{ matrix.go }}
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} - go${{ matrix.go }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 657b7cb

Please sign in to comment.